Shades of San Marino #556E9E
Tints of San Marino #556E9E
RGB
CMYK
RGB Variations
Color information
#556E9E (or 0x556E9E) is known color: San Marino. HEX triplet: 55, 6E and 9E. RGB value is (85,110,158). Sum of RGB (Red+Green+Blue) = 85+110+158=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #556E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E9E is #AA9161. Grayscale: #6B6B6B. Windows color (decimal): -11178338 or 10382933. OLE color: 10382933.
HSL color Cylindrical-coordinate representation of color #556E9E: hue angle of 219.45º 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 #556E9E is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 110 | 158 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.38 |
| HSL | 219.45º | 0.3% | 0.48% | - |
| HSV(B) | 219.45º | 0.46% | 0.62% | - |
| XYZ | 15.49 | 15.55 | 34.53 | - |
| YUV | 108 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 158 | 0.46 | 0.30 | 0 | 0.38 | 219.45 | 0.3 | 0.48 |
| Hex | 55 | 6E | 9E | 2E | 1E | 0 | 26 | DB | 1E | 30 |
| Octal | 125 | 156 | 236 | 56 | 36 | 0 | 46 | 333 | 36 | 60 |
| Binary | 1010101 | 1101110 | 10011110 | 101110 | 11110 | 0 | 100110 | 11011011 | 11110 | 110000 |
Color Harmonies of #556E9E
Complementary color
Monochromatic Colors of #556E9E
Black with #556E9E
Text Example
Text Example
White with #556E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E9E; }
p { color: rgb(85,110,158); }
H1.HeaderClassName
{
color: #556E9E;
}
.AnyTagClassName
{
color: #556E9E;
}
</style>
background-color css
<style>
a { background-color: #556E9E; }
a { background-color: rgb(85,110,158); }
div.DivClassName
{
background-color: #556E9E;
}
.BgClassName
{
background-color: #556E9E;
}
</style>
border-color css
<style>
span { border-color: #556E9E; }
span { border-color: rgb(85,110,158); }
td.TdClassName
{
border-color: #556E9E;
}
.TagClassName
{
border-color: #556E9E;
}
</style>