Shades of San Marino #55799B
Tints of San Marino #55799B
RGB
CMYK
RGB Variations
Color information
#55799B (or 0x55799B) is known color: San Marino. HEX triplet: 55, 79 and 9B. RGB value is (85,121,155). Sum of RGB (Red+Green+Blue) = 85+121+155=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #55799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55799B is #AA8664. Grayscale: #717171. Windows color (decimal): -11175525 or 10189141. OLE color: 10189141.
HSL color Cylindrical-coordinate representation of color #55799B: hue angle of 209.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55799B is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 121 | 155 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.39 |
| HSL | 209.14º | 0.29% | 0.47% | - |
| HSV(B) | 209.14º | 0.45% | 0.61% | - |
| XYZ | 16.5 | 17.97 | 33.61 | - |
| YUV | 114.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 155 | 0.45 | 0.22 | 0 | 0.39 | 209.14 | 0.29 | 0.47 |
| Hex | 55 | 79 | 9B | 2D | 16 | 0 | 27 | D1 | 1D | 2F |
| Octal | 125 | 171 | 233 | 55 | 26 | 0 | 47 | 321 | 35 | 57 |
| Binary | 1010101 | 1111001 | 10011011 | 101101 | 10110 | 0 | 100111 | 11010001 | 11101 | 101111 |
Color Harmonies of #55799B
Complementary color
Monochromatic Colors of #55799B
Black with #55799B
Text Example
Text Example
White with #55799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55799B; }
p { color: rgb(85,121,155); }
H1.HeaderClassName
{
color: #55799B;
}
.AnyTagClassName
{
color: #55799B;
}
</style>
background-color css
<style>
a { background-color: #55799B; }
a { background-color: rgb(85,121,155); }
div.DivClassName
{
background-color: #55799B;
}
.BgClassName
{
background-color: #55799B;
}
</style>
border-color css
<style>
span { border-color: #55799B; }
span { border-color: rgb(85,121,155); }
td.TdClassName
{
border-color: #55799B;
}
.TagClassName
{
border-color: #55799B;
}
</style>