Shades of San Marino #55799C
Tints of San Marino #55799C
RGB
CMYK
RGB Variations
Color information
#55799C (or 0x55799C) is known color: San Marino. HEX triplet: 55, 79 and 9C. RGB value is (85,121,156). Sum of RGB (Red+Green+Blue) = 85+121+156=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #55799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55799C is #AA8663. Grayscale: #727272. Windows color (decimal): -11175524 or 10254677. OLE color: 10254677.
HSL color Cylindrical-coordinate representation of color #55799C: hue angle of 209.58º 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 #55799C is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 121 | 156 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.39 |
| HSL | 209.58º | 0.29% | 0.47% | - |
| HSV(B) | 209.58º | 0.46% | 0.61% | - |
| XYZ | 16.58 | 18.01 | 34.05 | - |
| YUV | 114.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 156 | 0.46 | 0.22 | 0 | 0.39 | 209.58 | 0.29 | 0.47 |
| Hex | 55 | 79 | 9C | 2E | 16 | 0 | 27 | D2 | 1D | 2F |
| Octal | 125 | 171 | 234 | 56 | 26 | 0 | 47 | 322 | 35 | 57 |
| Binary | 1010101 | 1111001 | 10011100 | 101110 | 10110 | 0 | 100111 | 11010010 | 11101 | 101111 |
Color Harmonies of #55799C
Complementary color
Monochromatic Colors of #55799C
Black with #55799C
Text Example
Text Example
White with #55799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55799C; }
p { color: rgb(85,121,156); }
H1.HeaderClassName
{
color: #55799C;
}
.AnyTagClassName
{
color: #55799C;
}
</style>
background-color css
<style>
a { background-color: #55799C; }
a { background-color: rgb(85,121,156); }
div.DivClassName
{
background-color: #55799C;
}
.BgClassName
{
background-color: #55799C;
}
</style>
border-color css
<style>
span { border-color: #55799C; }
span { border-color: rgb(85,121,156); }
td.TdClassName
{
border-color: #55799C;
}
.TagClassName
{
border-color: #55799C;
}
</style>