Shades of San Marino #58669D
Tints of San Marino #58669D
RGB
CMYK
RGB Variations
Color information
#58669D (or 0x58669D) is known color: San Marino. HEX triplet: 58, 66 and 9D. RGB value is (88,102,157). Sum of RGB (Red+Green+Blue) = 88+102+157=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #58669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58669D is #A79962. Grayscale: #676767. Windows color (decimal): -10983779 or 10315352. OLE color: 10315352.
HSL color Cylindrical-coordinate representation of color #58669D: hue angle of 227.83º 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 #58669D is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 102 | 157 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.38 |
| HSL | 227.83º | 0.28% | 0.48% | - |
| HSV(B) | 227.83º | 0.44% | 0.62% | - |
| XYZ | 14.86 | 14.01 | 33.82 | - |
| YUV | 104.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 157 | 0.44 | 0.35 | 0 | 0.38 | 227.83 | 0.28 | 0.48 |
| Hex | 58 | 66 | 9D | 2C | 23 | 0 | 26 | E4 | 1C | 30 |
| Octal | 130 | 146 | 235 | 54 | 43 | 0 | 46 | 344 | 34 | 60 |
| Binary | 1011000 | 1100110 | 10011101 | 101100 | 100011 | 0 | 100110 | 11100100 | 11100 | 110000 |
Color Harmonies of #58669D
Complementary color
Monochromatic Colors of #58669D
Black with #58669D
Text Example
Text Example
White with #58669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58669D; }
p { color: rgb(88,102,157); }
H1.HeaderClassName
{
color: #58669D;
}
.AnyTagClassName
{
color: #58669D;
}
</style>
background-color css
<style>
a { background-color: #58669D; }
a { background-color: rgb(88,102,157); }
div.DivClassName
{
background-color: #58669D;
}
.BgClassName
{
background-color: #58669D;
}
</style>
border-color css
<style>
span { border-color: #58669D; }
span { border-color: rgb(88,102,157); }
td.TdClassName
{
border-color: #58669D;
}
.TagClassName
{
border-color: #58669D;
}
</style>