Shades of San Marino #55759C
Tints of San Marino #55759C
RGB
CMYK
RGB Variations
Color information
#55759C (or 0x55759C) is known color: San Marino. HEX triplet: 55, 75 and 9C. RGB value is (85,117,156). Sum of RGB (Red+Green+Blue) = 85+117+156=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #55759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55759C is #AA8A63. Grayscale: #6F6F6F. Windows color (decimal): -11176548 or 10253653. OLE color: 10253653.
HSL color Cylindrical-coordinate representation of color #55759C: hue angle of 212.96º 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 #55759C is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 117 | 156 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.39 |
| HSL | 212.96º | 0.29% | 0.47% | - |
| HSV(B) | 212.96º | 0.46% | 0.61% | - |
| XYZ | 16.11 | 17.05 | 33.9 | - |
| YUV | 111.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 156 | 0.46 | 0.25 | 0 | 0.39 | 212.96 | 0.29 | 0.47 |
| Hex | 55 | 75 | 9C | 2E | 19 | 0 | 27 | D5 | 1D | 2F |
| Octal | 125 | 165 | 234 | 56 | 31 | 0 | 47 | 325 | 35 | 57 |
| Binary | 1010101 | 1110101 | 10011100 | 101110 | 11001 | 0 | 100111 | 11010101 | 11101 | 101111 |
Color Harmonies of #55759C
Complementary color
Monochromatic Colors of #55759C
Black with #55759C
Text Example
Text Example
White with #55759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55759C; }
p { color: rgb(85,117,156); }
H1.HeaderClassName
{
color: #55759C;
}
.AnyTagClassName
{
color: #55759C;
}
</style>
background-color css
<style>
a { background-color: #55759C; }
a { background-color: rgb(85,117,156); }
div.DivClassName
{
background-color: #55759C;
}
.BgClassName
{
background-color: #55759C;
}
</style>
border-color css
<style>
span { border-color: #55759C; }
span { border-color: rgb(85,117,156); }
td.TdClassName
{
border-color: #55759C;
}
.TagClassName
{
border-color: #55759C;
}
</style>