Shades of San Marino #556DAA
Tints of San Marino #556DAA
RGB
CMYK
RGB Variations
Color information
#556DAA (or 0x556DAA) is known color: San Marino. HEX triplet: 55, 6D and AA. RGB value is (85,109,170). Sum of RGB (Red+Green+Blue) = 85+109+170=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #556DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556DAA is #AA9255. Grayscale: #6C6C6C. Windows color (decimal): -11178582 or 11169109. OLE color: 11169109.
HSL color Cylindrical-coordinate representation of color #556DAA: hue angle of 223.06º degrees, saturation: 0.33, 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 #556DAA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 109 | 170 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.33 |
| HSL | 223.06º | 0.33% | 0.5% | - |
| HSV(B) | 223.06º | 0.5% | 0.67% | - |
| XYZ | 16.47 | 15.77 | 40.21 | - |
| YUV | 108.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 170 | 0.50 | 0.36 | 0 | 0.33 | 223.06 | 0.33 | 0.5 |
| Hex | 55 | 6D | AA | 32 | 24 | 0 | 21 | DF | 21 | 32 |
| Octal | 125 | 155 | 252 | 62 | 44 | 0 | 41 | 337 | 41 | 62 |
| Binary | 1010101 | 1101101 | 10101010 | 110010 | 100100 | 0 | 100001 | 11011111 | 100001 | 110010 |
Color Harmonies of #556DAA
Complementary color
Monochromatic Colors of #556DAA
Black with #556DAA
Text Example
Text Example
White with #556DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DAA; }
p { color: rgb(85,109,170); }
H1.HeaderClassName
{
color: #556DAA;
}
.AnyTagClassName
{
color: #556DAA;
}
</style>
background-color css
<style>
a { background-color: #556DAA; }
a { background-color: rgb(85,109,170); }
div.DivClassName
{
background-color: #556DAA;
}
.BgClassName
{
background-color: #556DAA;
}
</style>
border-color css
<style>
span { border-color: #556DAA; }
span { border-color: rgb(85,109,170); }
td.TdClassName
{
border-color: #556DAA;
}
.TagClassName
{
border-color: #556DAA;
}
</style>