Shades of San Marino #58699D
Tints of San Marino #58699D
RGB
CMYK
RGB Variations
Color information
#58699D (or 0x58699D) is known color: San Marino. HEX triplet: 58, 69 and 9D. RGB value is (88,105,157). Sum of RGB (Red+Green+Blue) = 88+105+157=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #58699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58699D is #A79662. Grayscale: #696969. Windows color (decimal): -10983011 or 10316120. OLE color: 10316120.
HSL color Cylindrical-coordinate representation of color #58699D: hue angle of 225.22º 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 #58699D is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 105 | 157 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.38 |
| HSL | 225.22º | 0.28% | 0.48% | - |
| HSV(B) | 225.22º | 0.44% | 0.62% | - |
| XYZ | 15.16 | 14.61 | 33.92 | - |
| YUV | 105.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 157 | 0.44 | 0.33 | 0 | 0.38 | 225.22 | 0.28 | 0.48 |
| Hex | 58 | 69 | 9D | 2C | 21 | 0 | 26 | E1 | 1C | 30 |
| Octal | 130 | 151 | 235 | 54 | 41 | 0 | 46 | 341 | 34 | 60 |
| Binary | 1011000 | 1101001 | 10011101 | 101100 | 100001 | 0 | 100110 | 11100001 | 11100 | 110000 |
Color Harmonies of #58699D
Complementary color
Monochromatic Colors of #58699D
Black with #58699D
Text Example
Text Example
White with #58699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58699D; }
p { color: rgb(88,105,157); }
H1.HeaderClassName
{
color: #58699D;
}
.AnyTagClassName
{
color: #58699D;
}
</style>
background-color css
<style>
a { background-color: #58699D; }
a { background-color: rgb(88,105,157); }
div.DivClassName
{
background-color: #58699D;
}
.BgClassName
{
background-color: #58699D;
}
</style>
border-color css
<style>
span { border-color: #58699D; }
span { border-color: rgb(88,105,157); }
td.TdClassName
{
border-color: #58699D;
}
.TagClassName
{
border-color: #58699D;
}
</style>