Shades of San Marino #556EA0
Tints of San Marino #556EA0
RGB
CMYK
RGB Variations
Color information
#556EA0 (or 0x556EA0) is known color: San Marino. HEX triplet: 55, 6E and A0. RGB value is (85,110,160). Sum of RGB (Red+Green+Blue) = 85+110+160=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #556EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556EA0 is #AA915F. Grayscale: #6C6C6C. Windows color (decimal): -11178336 or 10514005. OLE color: 10514005.
HSL color Cylindrical-coordinate representation of color #556EA0: hue angle of 220º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #556EA0 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 110 | 160 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.37 |
| HSL | 220º | 0.31% | 0.48% | - |
| HSV(B) | 220º | 0.47% | 0.63% | - |
| XYZ | 15.67 | 15.62 | 35.45 | - |
| YUV | 108.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 160 | 0.47 | 0.31 | 0 | 0.37 | 220 | 0.31 | 0.48 |
| Hex | 55 | 6E | A0 | 2F | 1F | 0 | 25 | DC | 1F | 30 |
| Octal | 125 | 156 | 240 | 57 | 37 | 0 | 45 | 334 | 37 | 60 |
| Binary | 1010101 | 1101110 | 10100000 | 101111 | 11111 | 0 | 100101 | 11011100 | 11111 | 110000 |
Color Harmonies of #556EA0
Complementary color
Monochromatic Colors of #556EA0
Black with #556EA0
Text Example
Text Example
White with #556EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EA0; }
p { color: rgb(85,110,160); }
H1.HeaderClassName
{
color: #556EA0;
}
.AnyTagClassName
{
color: #556EA0;
}
</style>
background-color css
<style>
a { background-color: #556EA0; }
a { background-color: rgb(85,110,160); }
div.DivClassName
{
background-color: #556EA0;
}
.BgClassName
{
background-color: #556EA0;
}
</style>
border-color css
<style>
span { border-color: #556EA0; }
span { border-color: rgb(85,110,160); }
td.TdClassName
{
border-color: #556EA0;
}
.TagClassName
{
border-color: #556EA0;
}
</style>