Shades of San Marino #55779D
Tints of San Marino #55779D
RGB
CMYK
RGB Variations
Color information
#55779D (or 0x55779D) is known color: San Marino. HEX triplet: 55, 77 and 9D. RGB value is (85,119,157). Sum of RGB (Red+Green+Blue) = 85+119+157=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #55779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55779D is #AA8862. Grayscale: #707070. Windows color (decimal): -11176035 or 10319701. OLE color: 10319701.
HSL color Cylindrical-coordinate representation of color #55779D: hue angle of 211.67º 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 #55779D is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 119 | 157 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.38 |
| HSL | 211.67º | 0.3% | 0.47% | - |
| HSV(B) | 211.67º | 0.46% | 0.62% | - |
| XYZ | 16.43 | 17.56 | 34.42 | - |
| YUV | 113.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 157 | 0.46 | 0.24 | 0 | 0.38 | 211.67 | 0.3 | 0.47 |
| Hex | 55 | 77 | 9D | 2E | 18 | 0 | 26 | D4 | 1E | 2F |
| Octal | 125 | 167 | 235 | 56 | 30 | 0 | 46 | 324 | 36 | 57 |
| Binary | 1010101 | 1110111 | 10011101 | 101110 | 11000 | 0 | 100110 | 11010100 | 11110 | 101111 |
Color Harmonies of #55779D
Complementary color
Monochromatic Colors of #55779D
Black with #55779D
Text Example
Text Example
White with #55779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55779D; }
p { color: rgb(85,119,157); }
H1.HeaderClassName
{
color: #55779D;
}
.AnyTagClassName
{
color: #55779D;
}
</style>
background-color css
<style>
a { background-color: #55779D; }
a { background-color: rgb(85,119,157); }
div.DivClassName
{
background-color: #55779D;
}
.BgClassName
{
background-color: #55779D;
}
</style>
border-color css
<style>
span { border-color: #55779D; }
span { border-color: rgb(85,119,157); }
td.TdClassName
{
border-color: #55779D;
}
.TagClassName
{
border-color: #55779D;
}
</style>