Shades of San Marino #55709D
Tints of San Marino #55709D
RGB
CMYK
RGB Variations
Color information
#55709D (or 0x55709D) is known color: San Marino. HEX triplet: 55, 70 and 9D. RGB value is (85,112,157). Sum of RGB (Red+Green+Blue) = 85+112+157=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #55709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55709D is #AA8F62. Grayscale: #6C6C6C. Windows color (decimal): -11177827 or 10317909. OLE color: 10317909.
HSL color Cylindrical-coordinate representation of color #55709D: hue angle of 217.5º 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 #55709D is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 112 | 157 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.38 |
| HSL | 217.5º | 0.3% | 0.47% | - |
| HSV(B) | 217.5º | 0.46% | 0.62% | - |
| XYZ | 15.63 | 15.95 | 34.15 | - |
| YUV | 109.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 157 | 0.46 | 0.29 | 0 | 0.38 | 217.5 | 0.3 | 0.47 |
| Hex | 55 | 70 | 9D | 2E | 1D | 0 | 26 | DA | 1E | 2F |
| Octal | 125 | 160 | 235 | 56 | 35 | 0 | 46 | 332 | 36 | 57 |
| Binary | 1010101 | 1110000 | 10011101 | 101110 | 11101 | 0 | 100110 | 11011010 | 11110 | 101111 |
Color Harmonies of #55709D
Complementary color
Monochromatic Colors of #55709D
Black with #55709D
Text Example
Text Example
White with #55709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55709D; }
p { color: rgb(85,112,157); }
H1.HeaderClassName
{
color: #55709D;
}
.AnyTagClassName
{
color: #55709D;
}
</style>
background-color css
<style>
a { background-color: #55709D; }
a { background-color: rgb(85,112,157); }
div.DivClassName
{
background-color: #55709D;
}
.BgClassName
{
background-color: #55709D;
}
</style>
border-color css
<style>
span { border-color: #55709D; }
span { border-color: rgb(85,112,157); }
td.TdClassName
{
border-color: #55709D;
}
.TagClassName
{
border-color: #55709D;
}
</style>