Shades of San Marino #58779E
Tints of San Marino #58779E
RGB
CMYK
RGB Variations
Color information
#58779E (or 0x58779E) is known color: San Marino. HEX triplet: 58, 77 and 9E. RGB value is (88,119,158). Sum of RGB (Red+Green+Blue) = 88+119+158=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #58779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58779E is #A78861. Grayscale: #717171. Windows color (decimal): -10979426 or 10385240. OLE color: 10385240.
HSL color Cylindrical-coordinate representation of color #58779E: hue angle of 213.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58779E is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 119 | 158 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.38 |
| HSL | 213.43º | 0.28% | 0.48% | - |
| HSV(B) | 213.43º | 0.44% | 0.62% | - |
| XYZ | 16.79 | 17.74 | 34.89 | - |
| YUV | 114.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 158 | 0.44 | 0.25 | 0 | 0.38 | 213.43 | 0.28 | 0.48 |
| Hex | 58 | 77 | 9E | 2C | 19 | 0 | 26 | D5 | 1C | 30 |
| Octal | 130 | 167 | 236 | 54 | 31 | 0 | 46 | 325 | 34 | 60 |
| Binary | 1011000 | 1110111 | 10011110 | 101100 | 11001 | 0 | 100110 | 11010101 | 11100 | 110000 |
Color Harmonies of #58779E
Complementary color
Monochromatic Colors of #58779E
Black with #58779E
Text Example
Text Example
White with #58779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58779E; }
p { color: rgb(88,119,158); }
H1.HeaderClassName
{
color: #58779E;
}
.AnyTagClassName
{
color: #58779E;
}
</style>
background-color css
<style>
a { background-color: #58779E; }
a { background-color: rgb(88,119,158); }
div.DivClassName
{
background-color: #58779E;
}
.BgClassName
{
background-color: #58779E;
}
</style>
border-color css
<style>
span { border-color: #58779E; }
span { border-color: rgb(88,119,158); }
td.TdClassName
{
border-color: #58779E;
}
.TagClassName
{
border-color: #58779E;
}
</style>