Shades of San Marino #576DAB
Tints of San Marino #576DAB
RGB
CMYK
RGB Variations
Color information
#576DAB (or 0x576DAB) is known color: San Marino. HEX triplet: 57, 6D and AB. RGB value is (87,109,171). Sum of RGB (Red+Green+Blue) = 87+109+171=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #576DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576DAB is #A89254. Grayscale: #6D6D6D. Windows color (decimal): -11047509 or 11234647. OLE color: 11234647.
HSL color Cylindrical-coordinate representation of color #576DAB: hue angle of 224.29º 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 #576DAB is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 109 | 171 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.33 |
| HSL | 224.29º | 0.33% | 0.51% | - |
| HSV(B) | 224.29º | 0.49% | 0.67% | - |
| XYZ | 16.75 | 15.9 | 40.72 | - |
| YUV | 109.49 | 162.71 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 171 | 0.49 | 0.36 | 0 | 0.33 | 224.29 | 0.33 | 0.51 |
| Hex | 57 | 6D | AB | 31 | 24 | 0 | 21 | E0 | 21 | 33 |
| Octal | 127 | 155 | 253 | 61 | 44 | 0 | 41 | 340 | 41 | 63 |
| Binary | 1010111 | 1101101 | 10101011 | 110001 | 100100 | 0 | 100001 | 11100000 | 100001 | 110011 |
Color Harmonies of #576DAB
Complementary color
Monochromatic Colors of #576DAB
Black with #576DAB
Text Example
Text Example
White with #576DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576DAB; }
p { color: rgb(87,109,171); }
H1.HeaderClassName
{
color: #576DAB;
}
.AnyTagClassName
{
color: #576DAB;
}
</style>
background-color css
<style>
a { background-color: #576DAB; }
a { background-color: rgb(87,109,171); }
div.DivClassName
{
background-color: #576DAB;
}
.BgClassName
{
background-color: #576DAB;
}
</style>
border-color css
<style>
span { border-color: #576DAB; }
span { border-color: rgb(87,109,171); }
td.TdClassName
{
border-color: #576DAB;
}
.TagClassName
{
border-color: #576DAB;
}
</style>