Shades of San Marino #55709C
Tints of San Marino #55709C
RGB
CMYK
RGB Variations
Color information
#55709C (or 0x55709C) is known color: San Marino. HEX triplet: 55, 70 and 9C. RGB value is (85,112,156). Sum of RGB (Red+Green+Blue) = 85+112+156=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #55709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55709C is #AA8F63. Grayscale: #6C6C6C. Windows color (decimal): -11177828 or 10252373. OLE color: 10252373.
HSL color Cylindrical-coordinate representation of color #55709C: hue angle of 217.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55709C is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 112 | 156 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.39 |
| HSL | 217.18º | 0.29% | 0.47% | - |
| HSV(B) | 217.18º | 0.46% | 0.61% | - |
| XYZ | 15.54 | 15.92 | 33.71 | - |
| YUV | 108.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 156 | 0.46 | 0.28 | 0 | 0.39 | 217.18 | 0.29 | 0.47 |
| Hex | 55 | 70 | 9C | 2E | 1C | 0 | 27 | D9 | 1D | 2F |
| Octal | 125 | 160 | 234 | 56 | 34 | 0 | 47 | 331 | 35 | 57 |
| Binary | 1010101 | 1110000 | 10011100 | 101110 | 11100 | 0 | 100111 | 11011001 | 11101 | 101111 |
Color Harmonies of #55709C
Complementary color
Monochromatic Colors of #55709C
Black with #55709C
Text Example
Text Example
White with #55709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55709C; }
p { color: rgb(85,112,156); }
H1.HeaderClassName
{
color: #55709C;
}
.AnyTagClassName
{
color: #55709C;
}
</style>
background-color css
<style>
a { background-color: #55709C; }
a { background-color: rgb(85,112,156); }
div.DivClassName
{
background-color: #55709C;
}
.BgClassName
{
background-color: #55709C;
}
</style>
border-color css
<style>
span { border-color: #55709C; }
span { border-color: rgb(85,112,156); }
td.TdClassName
{
border-color: #55709C;
}
.TagClassName
{
border-color: #55709C;
}
</style>