Shades of San Marino #576EAA
Tints of San Marino #576EAA
RGB
CMYK
RGB Variations
Color information
#576EAA (or 0x576EAA) is known color: San Marino. HEX triplet: 57, 6E and AA. RGB value is (87,110,170). Sum of RGB (Red+Green+Blue) = 87+110+170=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #576EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576EAA is #A89155. Grayscale: #6D6D6D. Windows color (decimal): -11047254 or 11169367. OLE color: 11169367.
HSL color Cylindrical-coordinate representation of color #576EAA: hue angle of 223.37º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #576EAA is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 110 | 170 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.33 |
| HSL | 223.37º | 0.33% | 0.5% | - |
| HSV(B) | 223.37º | 0.49% | 0.67% | - |
| XYZ | 16.76 | 16.08 | 40.25 | - |
| YUV | 109.96 | 161.88 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 170 | 0.49 | 0.35 | 0 | 0.33 | 223.37 | 0.33 | 0.5 |
| Hex | 57 | 6E | AA | 31 | 23 | 0 | 21 | DF | 21 | 32 |
| Octal | 127 | 156 | 252 | 61 | 43 | 0 | 41 | 337 | 41 | 62 |
| Binary | 1010111 | 1101110 | 10101010 | 110001 | 100011 | 0 | 100001 | 11011111 | 100001 | 110010 |
Color Harmonies of #576EAA
Complementary color
Monochromatic Colors of #576EAA
Black with #576EAA
Text Example
Text Example
White with #576EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576EAA; }
p { color: rgb(87,110,170); }
H1.HeaderClassName
{
color: #576EAA;
}
.AnyTagClassName
{
color: #576EAA;
}
</style>
background-color css
<style>
a { background-color: #576EAA; }
a { background-color: rgb(87,110,170); }
div.DivClassName
{
background-color: #576EAA;
}
.BgClassName
{
background-color: #576EAA;
}
</style>
border-color css
<style>
span { border-color: #576EAA; }
span { border-color: rgb(87,110,170); }
td.TdClassName
{
border-color: #576EAA;
}
.TagClassName
{
border-color: #576EAA;
}
</style>