Shades of San Marino #576AA2
Tints of San Marino #576AA2
RGB
CMYK
RGB Variations
Color information
#576AA2 (or 0x576AA2) is known color: San Marino. HEX triplet: 57, 6A and A2. RGB value is (87,106,162). Sum of RGB (Red+Green+Blue) = 87+106+162=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #576AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576AA2 is #A8955D. Grayscale: #6A6A6A. Windows color (decimal): -11048286 or 10644055. OLE color: 10644055.
HSL color Cylindrical-coordinate representation of color #576AA2: hue angle of 224.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #576AA2 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 87 | 106 | 162 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.36 |
| HSL | 224.8º | 0.3% | 0.49% | - |
| HSV(B) | 224.8º | 0.46% | 0.64% | - |
| XYZ | 15.61 | 14.94 | 36.24 | - |
| YUV | 106.7 | 159.21 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 162 | 0.46 | 0.35 | 0 | 0.36 | 224.8 | 0.3 | 0.49 |
| Hex | 57 | 6A | A2 | 2E | 23 | 0 | 24 | E1 | 1E | 31 |
| Octal | 127 | 152 | 242 | 56 | 43 | 0 | 44 | 341 | 36 | 61 |
| Binary | 1010111 | 1101010 | 10100010 | 101110 | 100011 | 0 | 100100 | 11100001 | 11110 | 110001 |
Color Harmonies of #576AA2
Complementary color
Monochromatic Colors of #576AA2
Black with #576AA2
Text Example
Text Example
White with #576AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576AA2; }
p { color: rgb(87,106,162); }
H1.HeaderClassName
{
color: #576AA2;
}
.AnyTagClassName
{
color: #576AA2;
}
</style>
background-color css
<style>
a { background-color: #576AA2; }
a { background-color: rgb(87,106,162); }
div.DivClassName
{
background-color: #576AA2;
}
.BgClassName
{
background-color: #576AA2;
}
</style>
border-color css
<style>
span { border-color: #576AA2; }
span { border-color: rgb(87,106,162); }
td.TdClassName
{
border-color: #576AA2;
}
.TagClassName
{
border-color: #576AA2;
}
</style>