Shades of San Marino #5770AB
Tints of San Marino #5770AB
RGB
CMYK
RGB Variations
Color information
#5770AB (or 0x5770AB) is known color: San Marino. HEX triplet: 57, 70 and AB. RGB value is (87,112,171). Sum of RGB (Red+Green+Blue) = 87+112+171=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #5770AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5770AB is #A88F54. Grayscale: #6E6E6E. Windows color (decimal): -11046741 or 11235415. OLE color: 11235415.
HSL color Cylindrical-coordinate representation of color #5770AB: hue angle of 222.14º 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 #5770AB is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 112 | 171 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.33 |
| HSL | 222.14º | 0.33% | 0.51% | - |
| HSV(B) | 222.14º | 0.49% | 0.67% | - |
| XYZ | 17.08 | 16.55 | 40.82 | - |
| YUV | 111.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 171 | 0.49 | 0.35 | 0 | 0.33 | 222.14 | 0.33 | 0.51 |
| Hex | 57 | 70 | AB | 31 | 23 | 0 | 21 | DE | 21 | 33 |
| Octal | 127 | 160 | 253 | 61 | 43 | 0 | 41 | 336 | 41 | 63 |
| Binary | 1010111 | 1110000 | 10101011 | 110001 | 100011 | 0 | 100001 | 11011110 | 100001 | 110011 |
Color Harmonies of #5770AB
Complementary color
Monochromatic Colors of #5770AB
Black with #5770AB
Text Example
Text Example
White with #5770AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5770AB; }
p { color: rgb(87,112,171); }
H1.HeaderClassName
{
color: #5770AB;
}
.AnyTagClassName
{
color: #5770AB;
}
</style>
background-color css
<style>
a { background-color: #5770AB; }
a { background-color: rgb(87,112,171); }
div.DivClassName
{
background-color: #5770AB;
}
.BgClassName
{
background-color: #5770AB;
}
</style>
border-color css
<style>
span { border-color: #5770AB; }
span { border-color: rgb(87,112,171); }
td.TdClassName
{
border-color: #5770AB;
}
.TagClassName
{
border-color: #5770AB;
}
</style>