Shades of San Marino #5776AD
Tints of San Marino #5776AD
RGB
CMYK
RGB Variations
Color information
#5776AD (or 0x5776AD) is known color: San Marino. HEX triplet: 57, 76 and AD. RGB value is (87,118,173). Sum of RGB (Red+Green+Blue) = 87+118+173=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #5776AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5776AD is #A88952. Grayscale: #727272. Windows color (decimal): -11045203 or 11368023. OLE color: 11368023.
HSL color Cylindrical-coordinate representation of color #5776AD: hue angle of 218.37º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5776AD is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 118 | 173 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.32 |
| HSL | 218.37º | 0.34% | 0.51% | - |
| HSV(B) | 218.37º | 0.5% | 0.68% | - |
| XYZ | 17.95 | 18 | 42.06 | - |
| YUV | 115 | 160.73 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 118 | 173 | 0.50 | 0.32 | 0 | 0.32 | 218.37 | 0.34 | 0.51 |
| Hex | 57 | 76 | AD | 32 | 20 | 0 | 20 | DA | 22 | 33 |
| Octal | 127 | 166 | 255 | 62 | 40 | 0 | 40 | 332 | 42 | 63 |
| Binary | 1010111 | 1110110 | 10101101 | 110010 | 100000 | 0 | 100000 | 11011010 | 100010 | 110011 |
Color Harmonies of #5776AD
Complementary color
Monochromatic Colors of #5776AD
Black with #5776AD
Text Example
Text Example
White with #5776AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5776AD; }
p { color: rgb(87,118,173); }
H1.HeaderClassName
{
color: #5776AD;
}
.AnyTagClassName
{
color: #5776AD;
}
</style>
background-color css
<style>
a { background-color: #5776AD; }
a { background-color: rgb(87,118,173); }
div.DivClassName
{
background-color: #5776AD;
}
.BgClassName
{
background-color: #5776AD;
}
</style>
border-color css
<style>
span { border-color: #5776AD; }
span { border-color: rgb(87,118,173); }
td.TdClassName
{
border-color: #5776AD;
}
.TagClassName
{
border-color: #5776AD;
}
</style>