#5664E8

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

Shades of Royal Blue #5664E8

Tints of Royal Blue #5664E8

Color information

#5664E8 (or 0x5664E8) is unknown color: approx Royal Blue. HEX triplet: 56, 64 and E8. RGB value is (86,100,232). Sum of RGB (Red+Green+Blue) = 86+100+232=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #5664E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5664E8 is #A99B17. Grayscale: #6E6E6E. Windows color (decimal): -11115288 or 15230038. OLE color: 15230038.

HSL color Cylindrical-coordinate representation of color #5664E8: hue angle of 234.25º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5664E8 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86100232-
CMYK0.630.5700.09
HSL234.25º76.04%62.35%-
HSV(B)234.25º62.93%90.98%-
XYZ22.9616.9278.4-
YUV110.86196.36110.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.57%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 232 (91.02% from 255) = 55.50%
R=20.57%
G=23.92%
B=55.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal861002320.630.5700.09234.2576.0462.35
Hex5664E83F3909ea4c3e
Octal126144350777101135211476
Binary101011011001001110100011111111100101001111010101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5664E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5664E8; }

 p { color: rgb(86,100,232); }

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

<style>
 a { background-color: #5664E8; }

 a { background-color: rgb(86,100,232); }

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

<style>
 span { border-color: #5664E8; }

 span { border-color: rgb(86,100,232); }

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