#566EA2

Color #566EA2 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #566EA2

Tints of San Marino #566EA2

Color information

#566EA2 (or 0x566EA2) is unknown color: approx San Marino. HEX triplet: 56, 6E and A2. RGB value is (86,110,162). Sum of RGB (Red+Green+Blue) = 86+110+162=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #566EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566EA2 is #A9915D. Grayscale: #6C6C6C. Windows color (decimal): -11112798 or 10645078. OLE color: 10645078.

HSL color Cylindrical-coordinate representation of color #566EA2: hue angle of 221.05º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #566EA2 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB86110162-
CMYK0.470.3200.36
HSL221.05º30.65%48.63%-
HSV(B)221.05º46.91%63.53%-
XYZ15.9415.7436.38-
YUV108.75158.05111.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 162 (63.67% from 255) = 45.25%
R=24.02%
G=30.73%
B=45.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861101620.470.3200.36221.0530.6548.63
Hex566EA22F20024dd1f31
Octal12615624257400443353761
Binary101011011011101010001010111110000001001001101110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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