Shades of San Marino #556EA8
Tints of San Marino #556EA8
RGB
CMYK
RGB Variations
Color information
#556EA8 (or 0x556EA8) is known color: San Marino. HEX triplet: 55, 6E and A8. RGB value is (85,110,168). Sum of RGB (Red+Green+Blue) = 85+110+168=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 110 (43.36% from 255 or 30.30% 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 #556EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556EA8 is #AA9157. Grayscale: #6C6C6C. Windows color (decimal): -11178328 or 11038293. OLE color: 11038293.
HSL color Cylindrical-coordinate representation of color #556EA8: hue angle of 221.93º degrees, saturation: 0.33, 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 #556EA8 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 110 | 168 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.34 |
| HSL | 221.93º | 0.33% | 0.5% | - |
| HSV(B) | 221.93º | 0.49% | 0.66% | - |
| XYZ | 16.39 | 15.91 | 39.25 | - |
| YUV | 109.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 168 | 0.49 | 0.35 | 0 | 0.34 | 221.93 | 0.33 | 0.5 |
| Hex | 55 | 6E | A8 | 31 | 23 | 0 | 22 | DE | 21 | 32 |
| Octal | 125 | 156 | 250 | 61 | 43 | 0 | 42 | 336 | 41 | 62 |
| Binary | 1010101 | 1101110 | 10101000 | 110001 | 100011 | 0 | 100010 | 11011110 | 100001 | 110010 |
Color Harmonies of #556EA8
Complementary color
Monochromatic Colors of #556EA8
Black with #556EA8
Text Example
Text Example
White with #556EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EA8; }
p { color: rgb(85,110,168); }
H1.HeaderClassName
{
color: #556EA8;
}
.AnyTagClassName
{
color: #556EA8;
}
</style>
background-color css
<style>
a { background-color: #556EA8; }
a { background-color: rgb(85,110,168); }
div.DivClassName
{
background-color: #556EA8;
}
.BgClassName
{
background-color: #556EA8;
}
</style>
border-color css
<style>
span { border-color: #556EA8; }
span { border-color: rgb(85,110,168); }
td.TdClassName
{
border-color: #556EA8;
}
.TagClassName
{
border-color: #556EA8;
}
</style>