Shades of San Marino #5877AB
Tints of San Marino #5877AB
RGB
CMYK
RGB Variations
Color information
#5877AB (or 0x5877AB) is known color: San Marino. HEX triplet: 58, 77 and AB. RGB value is (88,119,171). Sum of RGB (Red+Green+Blue) = 88+119+171=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #5877AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5877AB is #A78854. Grayscale: #737373. Windows color (decimal): -10979413 or 11237208. OLE color: 11237208.
HSL color Cylindrical-coordinate representation of color #5877AB: hue angle of 217.59º degrees, saturation: 0.33, 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 #5877AB is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 119 | 171 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.33 |
| HSL | 217.59º | 0.33% | 0.51% | - |
| HSV(B) | 217.59º | 0.49% | 0.67% | - |
| XYZ | 17.97 | 18.21 | 41.1 | - |
| YUV | 115.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 119 | 171 | 0.49 | 0.30 | 0 | 0.33 | 217.59 | 0.33 | 0.51 |
| Hex | 58 | 77 | AB | 31 | 1E | 0 | 21 | DA | 21 | 33 |
| Octal | 130 | 167 | 253 | 61 | 36 | 0 | 41 | 332 | 41 | 63 |
| Binary | 1011000 | 1110111 | 10101011 | 110001 | 11110 | 0 | 100001 | 11011010 | 100001 | 110011 |
Color Harmonies of #5877AB
Complementary color
Monochromatic Colors of #5877AB
Black with #5877AB
Text Example
Text Example
White with #5877AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5877AB; }
p { color: rgb(88,119,171); }
H1.HeaderClassName
{
color: #5877AB;
}
.AnyTagClassName
{
color: #5877AB;
}
</style>
background-color css
<style>
a { background-color: #5877AB; }
a { background-color: rgb(88,119,171); }
div.DivClassName
{
background-color: #5877AB;
}
.BgClassName
{
background-color: #5877AB;
}
</style>
border-color css
<style>
span { border-color: #5877AB; }
span { border-color: rgb(88,119,171); }
td.TdClassName
{
border-color: #5877AB;
}
.TagClassName
{
border-color: #5877AB;
}
</style>