Shades of San Marino #58799C
Tints of San Marino #58799C
RGB
CMYK
RGB Variations
Color information
#58799C (or 0x58799C) is known color: San Marino. HEX triplet: 58, 79 and 9C. RGB value is (88,121,156). Sum of RGB (Red+Green+Blue) = 88+121+156=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #58799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58799C is #A78663. Grayscale: #727272. Windows color (decimal): -10978916 or 10254680. OLE color: 10254680.
HSL color Cylindrical-coordinate representation of color #58799C: hue angle of 210.88º 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 #58799C is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 121 | 156 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.39 |
| HSL | 210.88º | 0.28% | 0.48% | - |
| HSV(B) | 210.88º | 0.44% | 0.61% | - |
| XYZ | 16.86 | 18.15 | 34.07 | - |
| YUV | 115.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 121 | 156 | 0.44 | 0.22 | 0 | 0.39 | 210.88 | 0.28 | 0.48 |
| Hex | 58 | 79 | 9C | 2C | 16 | 0 | 27 | D3 | 1C | 30 |
| Octal | 130 | 171 | 234 | 54 | 26 | 0 | 47 | 323 | 34 | 60 |
| Binary | 1011000 | 1111001 | 10011100 | 101100 | 10110 | 0 | 100111 | 11010011 | 11100 | 110000 |
Color Harmonies of #58799C
Complementary color
Monochromatic Colors of #58799C
Black with #58799C
Text Example
Text Example
White with #58799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58799C; }
p { color: rgb(88,121,156); }
H1.HeaderClassName
{
color: #58799C;
}
.AnyTagClassName
{
color: #58799C;
}
</style>
background-color css
<style>
a { background-color: #58799C; }
a { background-color: rgb(88,121,156); }
div.DivClassName
{
background-color: #58799C;
}
.BgClassName
{
background-color: #58799C;
}
</style>
border-color css
<style>
span { border-color: #58799C; }
span { border-color: rgb(88,121,156); }
td.TdClassName
{
border-color: #58799C;
}
.TagClassName
{
border-color: #58799C;
}
</style>