#5864E1

Color #5864E1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5864E1

Tints of Royal Blue #5864E1

Color information

#5864E1 (or 0x5864E1) is unknown color: approx Royal Blue. HEX triplet: 58, 64 and E1. RGB value is (88,100,225). Sum of RGB (Red+Green+Blue) = 88+100+225=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 225 (88.28% from 255 or 54.48% from 413); Max value from RGB is 225 - color contains mainly: blue. Hex color #5864E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5864E1 is #A79B1E. Grayscale: #6E6E6E. Windows color (decimal): -10984223 or 14771288. OLE color: 14771288.

HSL color Cylindrical-coordinate representation of color #5864E1: hue angle of 234.74º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5864E1 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB88100225-
CMYK0.610.5600.12
HSL234.74º69.54%61.37%-
HSV(B)234.74º60.89%88.24%-
XYZ22.1716.6373.27-
YUV110.66192.52111.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 21.31%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 225 (88.28% from 255) = 54.48%
R=21.31%
G=24.21%
B=54.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal881002250.610.5600.12234.7469.5461.37
Hex5864E13D380Ceb463d
Octal130144341757001435310675
Binary101100011001001110000111110111100001100111010111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5864E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5864E1; }

 p { color: rgb(88,100,225); }

 H1.HeaderClassName
 {
   color: #5864E1;
 }
 .AnyTagClassName
 {
   color: #5864E1;
 }
</style>
background-color css

<style>
 a { background-color: #5864E1; }

 a { background-color: rgb(88,100,225); }

 div.DivClassName
 {
   background-color: #5864E1;
 }
 .BgClassName
 {
   background-color: #5864E1;
 }
</style>
border-color css

<style>
 span { border-color: #5864E1; }

 span { border-color: rgb(88,100,225); }

 td.TdClassName
 {
   border-color: #5864E1;
 }
 .TagClassName
 {
   border-color: #5864E1;
 }
</style>