Shades of San Marino #5771A6
Tints of San Marino #5771A6
RGB
CMYK
RGB Variations
Color information
#5771A6 (or 0x5771A6) is known color: San Marino. HEX triplet: 57, 71 and A6. RGB value is (87,113,166). Sum of RGB (Red+Green+Blue) = 87+113+166=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 166 - color contains mainly: blue. Hex color #5771A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5771A6 is #A88E59. Grayscale: #6F6F6F. Windows color (decimal): -11046490 or 10907991. OLE color: 10907991.
HSL color Cylindrical-coordinate representation of color #5771A6: hue angle of 220.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5771A6 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 113 | 166 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.35 |
| HSL | 220.25º | 0.31% | 0.5% | - |
| HSV(B) | 220.25º | 0.48% | 0.65% | - |
| XYZ | 16.72 | 16.59 | 38.4 | - |
| YUV | 111.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 113 | 166 | 0.48 | 0.32 | 0 | 0.35 | 220.25 | 0.31 | 0.5 |
| Hex | 57 | 71 | A6 | 30 | 20 | 0 | 23 | DC | 1F | 32 |
| Octal | 127 | 161 | 246 | 60 | 40 | 0 | 43 | 334 | 37 | 62 |
| Binary | 1010111 | 1110001 | 10100110 | 110000 | 100000 | 0 | 100011 | 11011100 | 11111 | 110010 |
Color Harmonies of #5771A6
Complementary color
Monochromatic Colors of #5771A6
Black with #5771A6
Text Example
Text Example
White with #5771A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5771A6; }
p { color: rgb(87,113,166); }
H1.HeaderClassName
{
color: #5771A6;
}
.AnyTagClassName
{
color: #5771A6;
}
</style>
background-color css
<style>
a { background-color: #5771A6; }
a { background-color: rgb(87,113,166); }
div.DivClassName
{
background-color: #5771A6;
}
.BgClassName
{
background-color: #5771A6;
}
</style>
border-color css
<style>
span { border-color: #5771A6; }
span { border-color: rgb(87,113,166); }
td.TdClassName
{
border-color: #5771A6;
}
.TagClassName
{
border-color: #5771A6;
}
</style>