Shades of San Marino #576D9C
Tints of San Marino #576D9C
RGB
CMYK
RGB Variations
Color information
#576D9C (or 0x576D9C) is known color: San Marino. HEX triplet: 57, 6D and 9C. RGB value is (87,109,156). Sum of RGB (Red+Green+Blue) = 87+109+156=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #576D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576D9C is #A89263. Grayscale: #6B6B6B. Windows color (decimal): -11047524 or 10251607. OLE color: 10251607.
HSL color Cylindrical-coordinate representation of color #576D9C: hue angle of 220.87º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #576D9C is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 109 | 156 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.39 |
| HSL | 220.87º | 0.28% | 0.48% | - |
| HSV(B) | 220.87º | 0.44% | 0.61% | - |
| XYZ | 15.4 | 15.36 | 33.61 | - |
| YUV | 107.78 | 155.21 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 156 | 0.44 | 0.30 | 0 | 0.39 | 220.87 | 0.28 | 0.48 |
| Hex | 57 | 6D | 9C | 2C | 1E | 0 | 27 | DD | 1C | 30 |
| Octal | 127 | 155 | 234 | 54 | 36 | 0 | 47 | 335 | 34 | 60 |
| Binary | 1010111 | 1101101 | 10011100 | 101100 | 11110 | 0 | 100111 | 11011101 | 11100 | 110000 |
Color Harmonies of #576D9C
Complementary color
Monochromatic Colors of #576D9C
Black with #576D9C
Text Example
Text Example
White with #576D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D9C; }
p { color: rgb(87,109,156); }
H1.HeaderClassName
{
color: #576D9C;
}
.AnyTagClassName
{
color: #576D9C;
}
</style>
background-color css
<style>
a { background-color: #576D9C; }
a { background-color: rgb(87,109,156); }
div.DivClassName
{
background-color: #576D9C;
}
.BgClassName
{
background-color: #576D9C;
}
</style>
border-color css
<style>
span { border-color: #576D9C; }
span { border-color: rgb(87,109,156); }
td.TdClassName
{
border-color: #576D9C;
}
.TagClassName
{
border-color: #576D9C;
}
</style>