Shades of San Marino #58759C
Tints of San Marino #58759C
RGB
CMYK
RGB Variations
Color information
#58759C (or 0x58759C) is known color: San Marino. HEX triplet: 58, 75 and 9C. RGB value is (88,117,156). Sum of RGB (Red+Green+Blue) = 88+117+156=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #58759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58759C is #A78A63. Grayscale: #707070. Windows color (decimal): -10979940 or 10253656. OLE color: 10253656.
HSL color Cylindrical-coordinate representation of color #58759C: hue angle of 214.41º 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 #58759C is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 117 | 156 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.39 |
| HSL | 214.41º | 0.28% | 0.48% | - |
| HSV(B) | 214.41º | 0.44% | 0.61% | - |
| XYZ | 16.39 | 17.2 | 33.91 | - |
| YUV | 112.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 117 | 156 | 0.44 | 0.25 | 0 | 0.39 | 214.41 | 0.28 | 0.48 |
| Hex | 58 | 75 | 9C | 2C | 19 | 0 | 27 | D6 | 1C | 30 |
| Octal | 130 | 165 | 234 | 54 | 31 | 0 | 47 | 326 | 34 | 60 |
| Binary | 1011000 | 1110101 | 10011100 | 101100 | 11001 | 0 | 100111 | 11010110 | 11100 | 110000 |
Color Harmonies of #58759C
Complementary color
Monochromatic Colors of #58759C
Black with #58759C
Text Example
Text Example
White with #58759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58759C; }
p { color: rgb(88,117,156); }
H1.HeaderClassName
{
color: #58759C;
}
.AnyTagClassName
{
color: #58759C;
}
</style>
background-color css
<style>
a { background-color: #58759C; }
a { background-color: rgb(88,117,156); }
div.DivClassName
{
background-color: #58759C;
}
.BgClassName
{
background-color: #58759C;
}
</style>
border-color css
<style>
span { border-color: #58759C; }
span { border-color: rgb(88,117,156); }
td.TdClassName
{
border-color: #58759C;
}
.TagClassName
{
border-color: #58759C;
}
</style>