Shades of San Marino #58769D
Tints of San Marino #58769D
RGB
CMYK
RGB Variations
Color information
#58769D (or 0x58769D) is known color: San Marino. HEX triplet: 58, 76 and 9D. RGB value is (88,118,157). Sum of RGB (Red+Green+Blue) = 88+118+157=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #58769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58769D is #A78962. Grayscale: #717171. Windows color (decimal): -10979683 or 10319448. OLE color: 10319448.
HSL color Cylindrical-coordinate representation of color #58769D: hue angle of 213.91º 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 #58769D is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 118 | 157 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.38 |
| HSL | 213.91º | 0.28% | 0.48% | - |
| HSV(B) | 213.91º | 0.44% | 0.62% | - |
| XYZ | 16.59 | 17.47 | 34.4 | - |
| YUV | 113.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 157 | 0.44 | 0.25 | 0 | 0.38 | 213.91 | 0.28 | 0.48 |
| Hex | 58 | 76 | 9D | 2C | 19 | 0 | 26 | D6 | 1C | 30 |
| Octal | 130 | 166 | 235 | 54 | 31 | 0 | 46 | 326 | 34 | 60 |
| Binary | 1011000 | 1110110 | 10011101 | 101100 | 11001 | 0 | 100110 | 11010110 | 11100 | 110000 |
Color Harmonies of #58769D
Complementary color
Monochromatic Colors of #58769D
Black with #58769D
Text Example
Text Example
White with #58769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58769D; }
p { color: rgb(88,118,157); }
H1.HeaderClassName
{
color: #58769D;
}
.AnyTagClassName
{
color: #58769D;
}
</style>
background-color css
<style>
a { background-color: #58769D; }
a { background-color: rgb(88,118,157); }
div.DivClassName
{
background-color: #58769D;
}
.BgClassName
{
background-color: #58769D;
}
</style>
border-color css
<style>
span { border-color: #58769D; }
span { border-color: rgb(88,118,157); }
td.TdClassName
{
border-color: #58769D;
}
.TagClassName
{
border-color: #58769D;
}
</style>