Shades of San Marino #587AAC
Tints of San Marino #587AAC
RGB
CMYK
RGB Variations
Color information
#587AAC (or 0x587AAC) is known color: San Marino. HEX triplet: 58, 7A and AC. RGB value is (88,122,172). Sum of RGB (Red+Green+Blue) = 88+122+172=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #587AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587AAC is #A78553. Grayscale: #757575. Windows color (decimal): -10978644 or 11303512. OLE color: 11303512.
HSL color Cylindrical-coordinate representation of color #587AAC: hue angle of 215.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #587AAC is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 122 | 172 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.33 |
| HSL | 215.71º | 0.34% | 0.51% | - |
| HSV(B) | 215.71º | 0.49% | 0.67% | - |
| XYZ | 18.43 | 18.97 | 41.72 | - |
| YUV | 117.53 | 158.74 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 172 | 0.49 | 0.29 | 0 | 0.33 | 215.71 | 0.34 | 0.51 |
| Hex | 58 | 7A | AC | 31 | 1D | 0 | 21 | D8 | 22 | 33 |
| Octal | 130 | 172 | 254 | 61 | 35 | 0 | 41 | 330 | 42 | 63 |
| Binary | 1011000 | 1111010 | 10101100 | 110001 | 11101 | 0 | 100001 | 11011000 | 100010 | 110011 |
Color Harmonies of #587AAC
Complementary color
Monochromatic Colors of #587AAC
Black with #587AAC
Text Example
Text Example
White with #587AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AAC; }
p { color: rgb(88,122,172); }
H1.HeaderClassName
{
color: #587AAC;
}
.AnyTagClassName
{
color: #587AAC;
}
</style>
background-color css
<style>
a { background-color: #587AAC; }
a { background-color: rgb(88,122,172); }
div.DivClassName
{
background-color: #587AAC;
}
.BgClassName
{
background-color: #587AAC;
}
</style>
border-color css
<style>
span { border-color: #587AAC; }
span { border-color: rgb(88,122,172); }
td.TdClassName
{
border-color: #587AAC;
}
.TagClassName
{
border-color: #587AAC;
}
</style>