Shades of San Marino #576AAA
Tints of San Marino #576AAA
RGB
CMYK
RGB Variations
Color information
#576AAA (or 0x576AAA) is known color: San Marino. HEX triplet: 57, 6A and AA. RGB value is (87,106,170). Sum of RGB (Red+Green+Blue) = 87+106+170=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #576AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576AAA is #A89555. Grayscale: #6B6B6B. Windows color (decimal): -11048278 or 11168343. OLE color: 11168343.
HSL color Cylindrical-coordinate representation of color #576AAA: hue angle of 226.27º 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 #576AAA is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 106 | 170 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.33 |
| HSL | 226.27º | 0.33% | 0.5% | - |
| HSV(B) | 226.27º | 0.49% | 0.67% | - |
| XYZ | 16.34 | 15.24 | 40.11 | - |
| YUV | 107.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 170 | 0.49 | 0.38 | 0 | 0.33 | 226.27 | 0.33 | 0.5 |
| Hex | 57 | 6A | AA | 31 | 26 | 0 | 21 | E2 | 21 | 32 |
| Octal | 127 | 152 | 252 | 61 | 46 | 0 | 41 | 342 | 41 | 62 |
| Binary | 1010111 | 1101010 | 10101010 | 110001 | 100110 | 0 | 100001 | 11100010 | 100001 | 110010 |
Color Harmonies of #576AAA
Complementary color
Monochromatic Colors of #576AAA
Black with #576AAA
Text Example
Text Example
White with #576AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576AAA; }
p { color: rgb(87,106,170); }
H1.HeaderClassName
{
color: #576AAA;
}
.AnyTagClassName
{
color: #576AAA;
}
</style>
background-color css
<style>
a { background-color: #576AAA; }
a { background-color: rgb(87,106,170); }
div.DivClassName
{
background-color: #576AAA;
}
.BgClassName
{
background-color: #576AAA;
}
</style>
border-color css
<style>
span { border-color: #576AAA; }
span { border-color: rgb(87,106,170); }
td.TdClassName
{
border-color: #576AAA;
}
.TagClassName
{
border-color: #576AAA;
}
</style>