#566FA2

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

Shades of San Marino #566FA2

Tints of San Marino #566FA2

Color information

#566FA2 (or 0x566FA2) is unknown color: approx San Marino. HEX triplet: 56, 6F and A2. RGB value is (86,111,162). Sum of RGB (Red+Green+Blue) = 86+111+162=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 162 - color contains mainly: blue. Hex color #566FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566FA2 is #A9905D. Grayscale: #6D6D6D. Windows color (decimal): -11112542 or 10645334. OLE color: 10645334.

HSL color Cylindrical-coordinate representation of color #566FA2: hue angle of 220.26º 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 #566FA2 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB86111162-
CMYK0.470.3100.36
HSL220.26º30.65%48.63%-
HSV(B)220.26º46.91%63.53%-
XYZ16.0415.9636.42-
YUV109.34157.72111.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 162 (63.67% from 255) = 45.13%
R=23.96%
G=30.92%
B=45.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861111620.470.3100.36220.2630.6548.63
Hex566FA22F1F024dc1f31
Octal12615724257370443343761
Binary10101101101111101000101011111111101001001101110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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