Shades of San Marino #58719C
Tints of San Marino #58719C
RGB
CMYK
RGB Variations
Color information
#58719C (or 0x58719C) is known color: San Marino. HEX triplet: 58, 71 and 9C. RGB value is (88,113,156). Sum of RGB (Red+Green+Blue) = 88+113+156=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #58719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58719C is #A78E63. Grayscale: #6E6E6E. Windows color (decimal): -10980964 or 10252632. OLE color: 10252632.
HSL color Cylindrical-coordinate representation of color #58719C: hue angle of 217.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58719C is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 113 | 156 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.39 |
| HSL | 217.94º | 0.28% | 0.48% | - |
| HSV(B) | 217.94º | 0.44% | 0.61% | - |
| XYZ | 15.93 | 16.29 | 33.76 | - |
| YUV | 110.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 113 | 156 | 0.44 | 0.28 | 0 | 0.39 | 217.94 | 0.28 | 0.48 |
| Hex | 58 | 71 | 9C | 2C | 1C | 0 | 27 | DA | 1C | 30 |
| Octal | 130 | 161 | 234 | 54 | 34 | 0 | 47 | 332 | 34 | 60 |
| Binary | 1011000 | 1110001 | 10011100 | 101100 | 11100 | 0 | 100111 | 11011010 | 11100 | 110000 |
Color Harmonies of #58719C
Complementary color
Monochromatic Colors of #58719C
Black with #58719C
Text Example
Text Example
White with #58719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58719C; }
p { color: rgb(88,113,156); }
H1.HeaderClassName
{
color: #58719C;
}
.AnyTagClassName
{
color: #58719C;
}
</style>
background-color css
<style>
a { background-color: #58719C; }
a { background-color: rgb(88,113,156); }
div.DivClassName
{
background-color: #58719C;
}
.BgClassName
{
background-color: #58719C;
}
</style>
border-color css
<style>
span { border-color: #58719C; }
span { border-color: rgb(88,113,156); }
td.TdClassName
{
border-color: #58719C;
}
.TagClassName
{
border-color: #58719C;
}
</style>