Shades of San Marino #5869A0
Tints of San Marino #5869A0
RGB
CMYK
RGB Variations
Color information
#5869A0 (or 0x5869A0) is known color: San Marino. HEX triplet: 58, 69 and A0. RGB value is (88,105,160). Sum of RGB (Red+Green+Blue) = 88+105+160=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #5869A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5869A0 is #A7965F. Grayscale: #696969. Windows color (decimal): -10983008 or 10512728. OLE color: 10512728.
HSL color Cylindrical-coordinate representation of color #5869A0: hue angle of 225.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5869A0 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 105 | 160 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.37 |
| HSL | 225.83º | 0.29% | 0.49% | - |
| HSV(B) | 225.83º | 0.45% | 0.63% | - |
| XYZ | 15.42 | 14.72 | 35.29 | - |
| YUV | 106.19 | 158.37 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 105 | 160 | 0.45 | 0.34 | 0 | 0.37 | 225.83 | 0.29 | 0.49 |
| Hex | 58 | 69 | A0 | 2D | 22 | 0 | 25 | E2 | 1D | 31 |
| Octal | 130 | 151 | 240 | 55 | 42 | 0 | 45 | 342 | 35 | 61 |
| Binary | 1011000 | 1101001 | 10100000 | 101101 | 100010 | 0 | 100101 | 11100010 | 11101 | 110001 |
Color Harmonies of #5869A0
Complementary color
Monochromatic Colors of #5869A0
Black with #5869A0
Text Example
Text Example
White with #5869A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5869A0; }
p { color: rgb(88,105,160); }
H1.HeaderClassName
{
color: #5869A0;
}
.AnyTagClassName
{
color: #5869A0;
}
</style>
background-color css
<style>
a { background-color: #5869A0; }
a { background-color: rgb(88,105,160); }
div.DivClassName
{
background-color: #5869A0;
}
.BgClassName
{
background-color: #5869A0;
}
</style>
border-color css
<style>
span { border-color: #5869A0; }
span { border-color: rgb(88,105,160); }
td.TdClassName
{
border-color: #5869A0;
}
.TagClassName
{
border-color: #5869A0;
}
</style>