Shades of San Marino #55739B
Tints of San Marino #55739B
RGB
CMYK
RGB Variations
Color information
#55739B (or 0x55739B) is known color: San Marino. HEX triplet: 55, 73 and 9B. RGB value is (85,115,155). Sum of RGB (Red+Green+Blue) = 85+115+155=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #55739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55739B is #AA8C64. Grayscale: #6E6E6E. Windows color (decimal): -11177061 or 10187605. OLE color: 10187605.
HSL color Cylindrical-coordinate representation of color #55739B: hue angle of 214.29º 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 #55739B is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 115 | 155 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.39 |
| HSL | 214.29º | 0.29% | 0.47% | - |
| HSV(B) | 214.29º | 0.45% | 0.61% | - |
| XYZ | 15.79 | 16.56 | 33.37 | - |
| YUV | 110.59 | 153.06 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 155 | 0.45 | 0.26 | 0 | 0.39 | 214.29 | 0.29 | 0.47 |
| Hex | 55 | 73 | 9B | 2D | 1A | 0 | 27 | D6 | 1D | 2F |
| Octal | 125 | 163 | 233 | 55 | 32 | 0 | 47 | 326 | 35 | 57 |
| Binary | 1010101 | 1110011 | 10011011 | 101101 | 11010 | 0 | 100111 | 11010110 | 11101 | 101111 |
Color Harmonies of #55739B
Complementary color
Monochromatic Colors of #55739B
Black with #55739B
Text Example
Text Example
White with #55739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55739B; }
p { color: rgb(85,115,155); }
H1.HeaderClassName
{
color: #55739B;
}
.AnyTagClassName
{
color: #55739B;
}
</style>
background-color css
<style>
a { background-color: #55739B; }
a { background-color: rgb(85,115,155); }
div.DivClassName
{
background-color: #55739B;
}
.BgClassName
{
background-color: #55739B;
}
</style>
border-color css
<style>
span { border-color: #55739B; }
span { border-color: rgb(85,115,155); }
td.TdClassName
{
border-color: #55739B;
}
.TagClassName
{
border-color: #55739B;
}
</style>