#566CE2

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

Shades of Royal Blue #566CE2

Tints of Royal Blue #566CE2

Color information

#566CE2 (or 0x566CE2) is unknown color: approx Royal Blue. HEX triplet: 56, 6C and E2. RGB value is (86,108,226). Sum of RGB (Red+Green+Blue) = 86+108+226=420 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.48% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #566CE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566CE2 is #A9931D. Grayscale: #727272. Windows color (decimal): -11113246 or 14838870. OLE color: 14838870.

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

Color convert

RGB86108226-
CMYK0.620.5200.11
HSL230.57º70.71%61.18%-
HSV(B)230.57º61.95%88.63%-
XYZ22.9318.1974.25-
YUV114.87190.71107.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.48%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 226 (88.67% from 255) = 53.81%
R=20.48%
G=25.71%
B=53.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal861082260.620.5200.11230.5770.7161.18
Hex566CE23E340Be7473d
Octal126154342766401334710775
Binary101011011011001110001011111011010001011111001111000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,108,226); }

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

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

 a { background-color: rgb(86,108,226); }

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

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

 span { border-color: rgb(86,108,226); }

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