Shades of San Marino #556BAB
Tints of San Marino #556BAB
RGB
CMYK
RGB Variations
Color information
#556BAB (or 0x556BAB) is known color: San Marino. HEX triplet: 55, 6B and AB. RGB value is (85,107,171). Sum of RGB (Red+Green+Blue) = 85+107+171=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #556BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BAB is #AA9454. Grayscale: #6B6B6B. Windows color (decimal): -11179093 or 11234133. OLE color: 11234133.
HSL color Cylindrical-coordinate representation of color #556BAB: hue angle of 224.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #556BAB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 107 | 171 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.33 |
| HSL | 224.65º | 0.34% | 0.5% | - |
| HSV(B) | 224.65º | 0.5% | 0.67% | - |
| XYZ | 16.35 | 15.39 | 40.64 | - |
| YUV | 107.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 171 | 0.50 | 0.37 | 0 | 0.33 | 224.65 | 0.34 | 0.5 |
| Hex | 55 | 6B | AB | 32 | 25 | 0 | 21 | E1 | 22 | 32 |
| Octal | 125 | 153 | 253 | 62 | 45 | 0 | 41 | 341 | 42 | 62 |
| Binary | 1010101 | 1101011 | 10101011 | 110010 | 100101 | 0 | 100001 | 11100001 | 100010 | 110010 |
Color Harmonies of #556BAB
Complementary color
Monochromatic Colors of #556BAB
Black with #556BAB
Text Example
Text Example
White with #556BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BAB; }
p { color: rgb(85,107,171); }
H1.HeaderClassName
{
color: #556BAB;
}
.AnyTagClassName
{
color: #556BAB;
}
</style>
background-color css
<style>
a { background-color: #556BAB; }
a { background-color: rgb(85,107,171); }
div.DivClassName
{
background-color: #556BAB;
}
.BgClassName
{
background-color: #556BAB;
}
</style>
border-color css
<style>
span { border-color: #556BAB; }
span { border-color: rgb(85,107,171); }
td.TdClassName
{
border-color: #556BAB;
}
.TagClassName
{
border-color: #556BAB;
}
</style>