Shades of San Marino #566DA8
Tints of San Marino #566DA8
RGB
CMYK
RGB Variations
Color information
#566DA8 (or 0x566DA8) is known color: San Marino. HEX triplet: 56, 6D and A8. RGB value is (86,109,168). Sum of RGB (Red+Green+Blue) = 86+109+168=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #566DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566DA8 is #A99257. Grayscale: #6C6C6C. Windows color (decimal): -11113048 or 11038038. OLE color: 11038038.
HSL color Cylindrical-coordinate representation of color #566DA8: hue angle of 223.17º degrees, saturation: 0.32, 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 #566DA8 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 109 | 168 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.34 |
| HSL | 223.17º | 0.32% | 0.5% | - |
| HSV(B) | 223.17º | 0.49% | 0.66% | - |
| XYZ | 16.37 | 15.74 | 39.22 | - |
| YUV | 108.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 168 | 0.49 | 0.35 | 0 | 0.34 | 223.17 | 0.32 | 0.5 |
| Hex | 56 | 6D | A8 | 31 | 23 | 0 | 22 | DF | 20 | 32 |
| Octal | 126 | 155 | 250 | 61 | 43 | 0 | 42 | 337 | 40 | 62 |
| Binary | 1010110 | 1101101 | 10101000 | 110001 | 100011 | 0 | 100010 | 11011111 | 100000 | 110010 |
Color Harmonies of #566DA8
Complementary color
Monochromatic Colors of #566DA8
Black with #566DA8
Text Example
Text Example
White with #566DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DA8; }
p { color: rgb(86,109,168); }
H1.HeaderClassName
{
color: #566DA8;
}
.AnyTagClassName
{
color: #566DA8;
}
</style>
background-color css
<style>
a { background-color: #566DA8; }
a { background-color: rgb(86,109,168); }
div.DivClassName
{
background-color: #566DA8;
}
.BgClassName
{
background-color: #566DA8;
}
</style>
border-color css
<style>
span { border-color: #566DA8; }
span { border-color: rgb(86,109,168); }
td.TdClassName
{
border-color: #566DA8;
}
.TagClassName
{
border-color: #566DA8;
}
</style>