Shades of San Marino #587AA0
Tints of San Marino #587AA0
RGB
CMYK
RGB Variations
Color information
#587AA0 (or 0x587AA0) is known color: San Marino. HEX triplet: 58, 7A and A0. RGB value is (88,122,160). Sum of RGB (Red+Green+Blue) = 88+122+160=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 160 (62.89% from 255 or 43.24% from 370); Max value from RGB is 160 - color contains mainly: blue. Hex color #587AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587AA0 is #A7855F. Grayscale: #737373. Windows color (decimal): -10978656 or 10517080. OLE color: 10517080.
HSL color Cylindrical-coordinate representation of color #587AA0: hue angle of 211.67º 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 #587AA0 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 122 | 160 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.37 |
| HSL | 211.67º | 0.29% | 0.49% | - |
| HSV(B) | 211.67º | 0.45% | 0.63% | - |
| XYZ | 17.33 | 18.53 | 35.92 | - |
| YUV | 116.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 160 | 0.45 | 0.24 | 0 | 0.37 | 211.67 | 0.29 | 0.49 |
| Hex | 58 | 7A | A0 | 2D | 18 | 0 | 25 | D4 | 1D | 31 |
| Octal | 130 | 172 | 240 | 55 | 30 | 0 | 45 | 324 | 35 | 61 |
| Binary | 1011000 | 1111010 | 10100000 | 101101 | 11000 | 0 | 100101 | 11010100 | 11101 | 110001 |
Color Harmonies of #587AA0
Complementary color
Monochromatic Colors of #587AA0
Black with #587AA0
Text Example
Text Example
White with #587AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AA0; }
p { color: rgb(88,122,160); }
H1.HeaderClassName
{
color: #587AA0;
}
.AnyTagClassName
{
color: #587AA0;
}
</style>
background-color css
<style>
a { background-color: #587AA0; }
a { background-color: rgb(88,122,160); }
div.DivClassName
{
background-color: #587AA0;
}
.BgClassName
{
background-color: #587AA0;
}
</style>
border-color css
<style>
span { border-color: #587AA0; }
span { border-color: rgb(88,122,160); }
td.TdClassName
{
border-color: #587AA0;
}
.TagClassName
{
border-color: #587AA0;
}
</style>