Shades of San Marino #556E9A
Tints of San Marino #556E9A
RGB
CMYK
RGB Variations
Color information
#556E9A (or 0x556E9A) is known color: San Marino. HEX triplet: 55, 6E and 9A. RGB value is (85,110,154). Sum of RGB (Red+Green+Blue) = 85+110+154=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #556E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E9A is #AA9165. Grayscale: #6B6B6B. Windows color (decimal): -11178342 or 10120789. OLE color: 10120789.
HSL color Cylindrical-coordinate representation of color #556E9A: hue angle of 218.26º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #556E9A is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 110 | 154 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.40 |
| HSL | 218.26º | 0.29% | 0.47% | - |
| HSV(B) | 218.26º | 0.45% | 0.6% | - |
| XYZ | 15.15 | 15.42 | 32.75 | - |
| YUV | 107.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 154 | 0.45 | 0.29 | 0 | 0.40 | 218.26 | 0.29 | 0.47 |
| Hex | 55 | 6E | 9A | 2D | 1D | 0 | 28 | DA | 1D | 2F |
| Octal | 125 | 156 | 232 | 55 | 35 | 0 | 50 | 332 | 35 | 57 |
| Binary | 1010101 | 1101110 | 10011010 | 101101 | 11101 | 0 | 101000 | 11011010 | 11101 | 101111 |
Color Harmonies of #556E9A
Complementary color
Monochromatic Colors of #556E9A
Black with #556E9A
Text Example
Text Example
White with #556E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E9A; }
p { color: rgb(85,110,154); }
H1.HeaderClassName
{
color: #556E9A;
}
.AnyTagClassName
{
color: #556E9A;
}
</style>
background-color css
<style>
a { background-color: #556E9A; }
a { background-color: rgb(85,110,154); }
div.DivClassName
{
background-color: #556E9A;
}
.BgClassName
{
background-color: #556E9A;
}
</style>
border-color css
<style>
span { border-color: #556E9A; }
span { border-color: rgb(85,110,154); }
td.TdClassName
{
border-color: #556E9A;
}
.TagClassName
{
border-color: #556E9A;
}
</style>