#566EDC

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

Shades of Royal Blue #566EDC

Tints of Royal Blue #566EDC

Color information

#566EDC (or 0x566EDC) is unknown color: approx Royal Blue. HEX triplet: 56, 6E and DC. RGB value is (86,110,220). Sum of RGB (Red+Green+Blue) = 86+110+220=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #566EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EDC is #A99123. Grayscale: #727272. Windows color (decimal): -11112740 or 14446166. OLE color: 14446166.

HSL color Cylindrical-coordinate representation of color #566EDC: hue angle of 229.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566EDC is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86110220-
CMYK0.610.5000.14
HSL229.25º65.69%60%-
HSV(B)229.25º60.91%86.27%-
XYZ22.3318.370.06-
YUV115.36187.05107.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.67%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 220 (86.33% from 255) = 52.88%
R=20.67%
G=26.44%
B=52.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861102200.610.5000.14229.2565.6960
Hex566EDC3D320Ee5423c
Octal126156334756201634510274
Binary101011011011101101110011110111001001110111001011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,110,220); }

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

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

 a { background-color: rgb(86,110,220); }

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

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

 span { border-color: rgb(86,110,220); }

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