Shades of San Marino #55739D
Tints of San Marino #55739D
RGB
CMYK
RGB Variations
Color information
#55739D (or 0x55739D) is known color: San Marino. HEX triplet: 55, 73 and 9D. RGB value is (85,115,157). Sum of RGB (Red+Green+Blue) = 85+115+157=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #55739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55739D is #AA8C62. Grayscale: #6E6E6E. Windows color (decimal): -11177059 or 10318677. OLE color: 10318677.
HSL color Cylindrical-coordinate representation of color #55739D: hue angle of 215º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55739D is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 115 | 157 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.38 |
| HSL | 215º | 0.3% | 0.47% | - |
| HSV(B) | 215º | 0.46% | 0.62% | - |
| XYZ | 15.96 | 16.63 | 34.27 | - |
| YUV | 110.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 157 | 0.46 | 0.27 | 0 | 0.38 | 215 | 0.3 | 0.47 |
| Hex | 55 | 73 | 9D | 2E | 1B | 0 | 26 | D7 | 1E | 2F |
| Octal | 125 | 163 | 235 | 56 | 33 | 0 | 46 | 327 | 36 | 57 |
| Binary | 1010101 | 1110011 | 10011101 | 101110 | 11011 | 0 | 100110 | 11010111 | 11110 | 101111 |
Color Harmonies of #55739D
Complementary color
Monochromatic Colors of #55739D
Black with #55739D
Text Example
Text Example
White with #55739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55739D; }
p { color: rgb(85,115,157); }
H1.HeaderClassName
{
color: #55739D;
}
.AnyTagClassName
{
color: #55739D;
}
</style>
background-color css
<style>
a { background-color: #55739D; }
a { background-color: rgb(85,115,157); }
div.DivClassName
{
background-color: #55739D;
}
.BgClassName
{
background-color: #55739D;
}
</style>
border-color css
<style>
span { border-color: #55739D; }
span { border-color: rgb(85,115,157); }
td.TdClassName
{
border-color: #55739D;
}
.TagClassName
{
border-color: #55739D;
}
</style>