#566EA9

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

Shades of San Marino #566EA9

Tints of San Marino #566EA9

Color information

#566EA9 (or 0x566EA9) is unknown color: approx San Marino. HEX triplet: 56, 6E and A9. RGB value is (86,110,169). Sum of RGB (Red+Green+Blue) = 86+110+169=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #566EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566EA9 is #A99156. Grayscale: #6D6D6D. Windows color (decimal): -11112791 or 11103830. OLE color: 11103830.

HSL color Cylindrical-coordinate representation of color #566EA9: hue angle of 222.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #566EA9 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB86110169-
CMYK0.490.3500.34
HSL222.65º32.55%50%-
HSV(B)222.65º49.11%66.27%-
XYZ16.5815.9939.75-
YUV109.55161.55111.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 169 (66.41% from 255) = 46.30%
R=23.56%
G=30.14%
B=46.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861101690.490.3500.34222.6532.5550
Hex566EA93123022df2132
Octal12615625161430423374162
Binary1010110110111010101001110001100011010001011011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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