Shades of San Marino #557199
Tints of San Marino #557199
RGB
CMYK
RGB Variations
Color information
#557199 (or 0x557199) is known color: San Marino. HEX triplet: 55, 71 and 99. RGB value is (85,113,153). Sum of RGB (Red+Green+Blue) = 85+113+153=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #557199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557199 is #AA8E66. Grayscale: #6D6D6D. Windows color (decimal): -11177575 or 10056021. OLE color: 10056021.
HSL color Cylindrical-coordinate representation of color #557199: hue angle of 215.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557199 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 113 | 153 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.4 |
| HSL | 215.29º | 0.29% | 0.47% | - |
| HSV(B) | 215.29º | 0.44% | 0.6% | - |
| XYZ | 15.4 | 16.04 | 32.42 | - |
| YUV | 109.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 113 | 153 | 0.44 | 0.26 | 0 | 0.4 | 215.29 | 0.29 | 0.47 |
| Hex | 55 | 71 | 99 | 2C | 1A | 0 | 28 | D7 | 1D | 2F |
| Octal | 125 | 161 | 231 | 54 | 32 | 0 | 50 | 327 | 35 | 57 |
| Binary | 1010101 | 1110001 | 10011001 | 101100 | 11010 | 0 | 101000 | 11010111 | 11101 | 101111 |
Color Harmonies of #557199
Complementary color
Monochromatic Colors of #557199
Black with #557199
Text Example
Text Example
White with #557199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557199; }
p { color: rgb(85,113,153); }
H1.HeaderClassName
{
color: #557199;
}
.AnyTagClassName
{
color: #557199;
}
</style>
background-color css
<style>
a { background-color: #557199; }
a { background-color: rgb(85,113,153); }
div.DivClassName
{
background-color: #557199;
}
.BgClassName
{
background-color: #557199;
}
</style>
border-color css
<style>
span { border-color: #557199; }
span { border-color: rgb(85,113,153); }
td.TdClassName
{
border-color: #557199;
}
.TagClassName
{
border-color: #557199;
}
</style>