#566A9B

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

Shades of San Marino #566A9B

Tints of San Marino #566A9B

Color information

#566A9B (or 0x566A9B) is unknown color: approx San Marino. HEX triplet: 56, 6A and 9B. RGB value is (86,106,155). Sum of RGB (Red+Green+Blue) = 86+106+155=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #566A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A9B is #A99564. Grayscale: #696969. Windows color (decimal): -11113829 or 10185302. OLE color: 10185302.

HSL color Cylindrical-coordinate representation of color #566A9B: hue angle of 222.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #566A9B is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86106155-
CMYK0.450.3200.39
HSL222.61º28.63%47.25%-
HSV(B)222.61º44.52%60.78%-
XYZ14.9114.6533.05-
YUV105.61155.87114.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=24.78%
G=30.55%
B=44.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861061550.450.3200.39222.6128.6347.25
Hex566A9B2D20027df1d2f
Octal12615223355400473373557
Binary101011011010101001101110110110000001001111101111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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