Shades of San Marino #566A9F
Tints of San Marino #566A9F
RGB
CMYK
RGB Variations
Color information
#566A9F (or 0x566A9F) is known color: San Marino. HEX triplet: 56, 6A and 9F. RGB value is (86,106,159). Sum of RGB (Red+Green+Blue) = 86+106+159=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #566A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566A9F is #A99560. Grayscale: #696969. Windows color (decimal): -11113825 or 10447446. OLE color: 10447446.
HSL color Cylindrical-coordinate representation of color #566A9F: hue angle of 223.56º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #566A9F is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 106 | 159 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.38 |
| HSL | 223.56º | 0.3% | 0.48% | - |
| HSV(B) | 223.56º | 0.46% | 0.62% | - |
| XYZ | 15.25 | 14.79 | 34.85 | - |
| YUV | 106.06 | 157.87 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 159 | 0.46 | 0.33 | 0 | 0.38 | 223.56 | 0.3 | 0.48 |
| Hex | 56 | 6A | 9F | 2E | 21 | 0 | 26 | E0 | 1E | 30 |
| Octal | 126 | 152 | 237 | 56 | 41 | 0 | 46 | 340 | 36 | 60 |
| Binary | 1010110 | 1101010 | 10011111 | 101110 | 100001 | 0 | 100110 | 11100000 | 11110 | 110000 |
Color Harmonies of #566A9F
Complementary color
Monochromatic Colors of #566A9F
Black with #566A9F
Text Example
Text Example
White with #566A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A9F; }
p { color: rgb(86,106,159); }
H1.HeaderClassName
{
color: #566A9F;
}
.AnyTagClassName
{
color: #566A9F;
}
</style>
background-color css
<style>
a { background-color: #566A9F; }
a { background-color: rgb(86,106,159); }
div.DivClassName
{
background-color: #566A9F;
}
.BgClassName
{
background-color: #566A9F;
}
</style>
border-color css
<style>
span { border-color: #566A9F; }
span { border-color: rgb(86,106,159); }
td.TdClassName
{
border-color: #566A9F;
}
.TagClassName
{
border-color: #566A9F;
}
</style>