Shades of San Marino #587AA5
Tints of San Marino #587AA5
RGB
CMYK
RGB Variations
Color information
#587AA5 (or 0x587AA5) is known color: San Marino. HEX triplet: 58, 7A and A5. RGB value is (88,122,165). Sum of RGB (Red+Green+Blue) = 88+122+165=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #587AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587AA5 is #A7855A. Grayscale: #747474. Windows color (decimal): -10978651 or 10844760. OLE color: 10844760.
HSL color Cylindrical-coordinate representation of color #587AA5: hue angle of 213.51º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #587AA5 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 122 | 165 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.35 |
| HSL | 213.51º | 0.3% | 0.5% | - |
| HSV(B) | 213.51º | 0.47% | 0.65% | - |
| XYZ | 17.78 | 18.71 | 38.27 | - |
| YUV | 116.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 165 | 0.47 | 0.26 | 0 | 0.35 | 213.51 | 0.3 | 0.5 |
| Hex | 58 | 7A | A5 | 2F | 1A | 0 | 23 | D6 | 1E | 32 |
| Octal | 130 | 172 | 245 | 57 | 32 | 0 | 43 | 326 | 36 | 62 |
| Binary | 1011000 | 1111010 | 10100101 | 101111 | 11010 | 0 | 100011 | 11010110 | 11110 | 110010 |
Color Harmonies of #587AA5
Complementary color
Monochromatic Colors of #587AA5
Black with #587AA5
Text Example
Text Example
White with #587AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AA5; }
p { color: rgb(88,122,165); }
H1.HeaderClassName
{
color: #587AA5;
}
.AnyTagClassName
{
color: #587AA5;
}
</style>
background-color css
<style>
a { background-color: #587AA5; }
a { background-color: rgb(88,122,165); }
div.DivClassName
{
background-color: #587AA5;
}
.BgClassName
{
background-color: #587AA5;
}
</style>
border-color css
<style>
span { border-color: #587AA5; }
span { border-color: rgb(88,122,165); }
td.TdClassName
{
border-color: #587AA5;
}
.TagClassName
{
border-color: #587AA5;
}
</style>