#566FE1

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

Shades of Royal Blue #566FE1

Tints of Royal Blue #566FE1

Color information

#566FE1 (or 0x566FE1) is unknown color: approx Royal Blue. HEX triplet: 56, 6F and E1. RGB value is (86,111,225). Sum of RGB (Red+Green+Blue) = 86+111+225=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #566FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FE1 is #A9901E. Grayscale: #747474. Windows color (decimal): -11112479 or 14774102. OLE color: 14774102.

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

Color convert

RGB86111225-
CMYK0.620.5100.12
HSL229.21º69.85%60.98%-
HSV(B)229.21º61.78%88.24%-
XYZ23.1118.7873.64-
YUV116.52189.22106.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.38%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 225 (88.28% from 255) = 53.32%
R=20.38%
G=26.30%
B=53.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal861112250.620.5100.12229.2169.8560.98
Hex566FE13E330Ce5463d
Octal126157341766301434510675
Binary101011011011111110000111111011001101100111001011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,111,225); }

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

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

 a { background-color: rgb(86,111,225); }

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

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

 span { border-color: rgb(86,111,225); }

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