Shades of San Marino #556D99
Tints of San Marino #556D99
RGB
CMYK
RGB Variations
Color information
#556D99 (or 0x556D99) is known color: San Marino. HEX triplet: 55, 6D and 99. RGB value is (85,109,153). Sum of RGB (Red+Green+Blue) = 85+109+153=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #556D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D99 is #AA9266. Grayscale: #6A6A6A. Windows color (decimal): -11178599 or 10054997. OLE color: 10054997.
HSL color Cylindrical-coordinate representation of color #556D99: hue angle of 218.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556D99 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 109 | 153 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.4 |
| HSL | 218.82º | 0.29% | 0.47% | - |
| HSV(B) | 218.82º | 0.44% | 0.6% | - |
| XYZ | 14.96 | 15.17 | 32.28 | - |
| YUV | 106.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 153 | 0.44 | 0.29 | 0 | 0.4 | 218.82 | 0.29 | 0.47 |
| Hex | 55 | 6D | 99 | 2C | 1D | 0 | 28 | DB | 1D | 2F |
| Octal | 125 | 155 | 231 | 54 | 35 | 0 | 50 | 333 | 35 | 57 |
| Binary | 1010101 | 1101101 | 10011001 | 101100 | 11101 | 0 | 101000 | 11011011 | 11101 | 101111 |
Color Harmonies of #556D99
Complementary color
Monochromatic Colors of #556D99
Black with #556D99
Text Example
Text Example
White with #556D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D99; }
p { color: rgb(85,109,153); }
H1.HeaderClassName
{
color: #556D99;
}
.AnyTagClassName
{
color: #556D99;
}
</style>
background-color css
<style>
a { background-color: #556D99; }
a { background-color: rgb(85,109,153); }
div.DivClassName
{
background-color: #556D99;
}
.BgClassName
{
background-color: #556D99;
}
</style>
border-color css
<style>
span { border-color: #556D99; }
span { border-color: rgb(85,109,153); }
td.TdClassName
{
border-color: #556D99;
}
.TagClassName
{
border-color: #556D99;
}
</style>