Shades of San Marino #576F9B
Tints of San Marino #576F9B
RGB
CMYK
RGB Variations
Color information
#576F9B (or 0x576F9B) is known color: San Marino. HEX triplet: 57, 6F and 9B. RGB value is (87,111,155). Sum of RGB (Red+Green+Blue) = 87+111+155=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #576F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F9B is #A89064. Grayscale: #6C6C6C. Windows color (decimal): -11047013 or 10186583. OLE color: 10186583.
HSL color Cylindrical-coordinate representation of color #576F9B: hue angle of 218.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #576F9B is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 111 | 155 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.39 |
| HSL | 218.82º | 0.28% | 0.47% | - |
| HSV(B) | 218.82º | 0.44% | 0.61% | - |
| XYZ | 15.53 | 15.76 | 33.23 | - |
| YUV | 108.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 155 | 0.44 | 0.28 | 0 | 0.39 | 218.82 | 0.28 | 0.47 |
| Hex | 57 | 6F | 9B | 2C | 1C | 0 | 27 | DB | 1C | 2F |
| Octal | 127 | 157 | 233 | 54 | 34 | 0 | 47 | 333 | 34 | 57 |
| Binary | 1010111 | 1101111 | 10011011 | 101100 | 11100 | 0 | 100111 | 11011011 | 11100 | 101111 |
Color Harmonies of #576F9B
Complementary color
Monochromatic Colors of #576F9B
Black with #576F9B
Text Example
Text Example
White with #576F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F9B; }
p { color: rgb(87,111,155); }
H1.HeaderClassName
{
color: #576F9B;
}
.AnyTagClassName
{
color: #576F9B;
}
</style>
background-color css
<style>
a { background-color: #576F9B; }
a { background-color: rgb(87,111,155); }
div.DivClassName
{
background-color: #576F9B;
}
.BgClassName
{
background-color: #576F9B;
}
</style>
border-color css
<style>
span { border-color: #576F9B; }
span { border-color: rgb(87,111,155); }
td.TdClassName
{
border-color: #576F9B;
}
.TagClassName
{
border-color: #576F9B;
}
</style>