#566aa9

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

Shades of San Marino #566AA9

Tints of San Marino #566AA9

Color information

#566AA9 (or 0x566AA9) is unknown color: approx San Marino. HEX triplet: 56, 6A and A9. RGB value is (86,106,169). Sum of RGB (Red+Green+Blue) = 86+106+169=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #566AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566AA9 is #A99556. Grayscale: #6A6A6A. Windows color (decimal): -11113815 or 11102806. OLE color: 11102806.

HSL color Cylindrical-coordinate representation of color #566AA9: hue angle of 225.54º 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 #566AA9 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB86106169-
CMYK0.490.3700.34
HSL225.54º32.55%50%-
HSV(B)225.54º49.11%66.27%-
XYZ16.1515.1539.61-
YUV107.2162.87112.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=23.82%
G=29.36%
B=46.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal861061690.490.3700.34225.5432.5550
Hex566AA93125022e22132
Octal12615225161450423424162
Binary1010110110101010101001110001100101010001011100010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566aa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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