#566AE4

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

Shades of Royal Blue #566AE4

Tints of Royal Blue #566AE4

Color information

#566AE4 (or 0x566AE4) is unknown color: approx Royal Blue. HEX triplet: 56, 6A and E4. RGB value is (86,106,228). Sum of RGB (Red+Green+Blue) = 86+106+228=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #566AE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566AE4 is #A9951B. Grayscale: #717171. Windows color (decimal): -11113756 or 14969430. OLE color: 14969430.

HSL color Cylindrical-coordinate representation of color #566AE4: hue angle of 231.55º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566AE4 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86106228-
CMYK0.620.5400.11
HSL231.55º72.45%61.57%-
HSV(B)231.55º62.28%89.41%-
XYZ2317.8975.64-
YUV113.93192.37108.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 228 (89.45% from 255) = 54.29%
R=20.48%
G=25.24%
B=54.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861062280.620.5400.11231.5572.4561.57
Hex566AE43E360Be8483e
Octal126152344766601335011076
Binary101011011010101110010011111011011001011111010001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566AE4; }

 p { color: rgb(86,106,228); }

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

<style>
 a { background-color: #566AE4; }

 a { background-color: rgb(86,106,228); }

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

<style>
 span { border-color: #566AE4; }

 span { border-color: rgb(86,106,228); }

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