Shades of San Marino #5577AD
Tints of San Marino #5577AD
RGB
CMYK
RGB Variations
Color information
#5577AD (or 0x5577AD) is known color: San Marino. HEX triplet: 55, 77 and AD. RGB value is (85,119,173). Sum of RGB (Red+Green+Blue) = 85+119+173=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #5577AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5577AD is #AA8852. Grayscale: #727272. Windows color (decimal): -11176019 or 11368277. OLE color: 11368277.
HSL color Cylindrical-coordinate representation of color #5577AD: hue angle of 216.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5577AD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 119 | 173 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.32 |
| HSL | 216.82º | 0.35% | 0.51% | - |
| HSV(B) | 216.82º | 0.51% | 0.68% | - |
| XYZ | 17.89 | 18.14 | 42.09 | - |
| YUV | 114.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 173 | 0.51 | 0.31 | 0 | 0.32 | 216.82 | 0.35 | 0.51 |
| Hex | 55 | 77 | AD | 33 | 1F | 0 | 20 | D9 | 23 | 33 |
| Octal | 125 | 167 | 255 | 63 | 37 | 0 | 40 | 331 | 43 | 63 |
| Binary | 1010101 | 1110111 | 10101101 | 110011 | 11111 | 0 | 100000 | 11011001 | 100011 | 110011 |
Color Harmonies of #5577AD
Complementary color
Monochromatic Colors of #5577AD
Black with #5577AD
Text Example
Text Example
White with #5577AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577AD; }
p { color: rgb(85,119,173); }
H1.HeaderClassName
{
color: #5577AD;
}
.AnyTagClassName
{
color: #5577AD;
}
</style>
background-color css
<style>
a { background-color: #5577AD; }
a { background-color: rgb(85,119,173); }
div.DivClassName
{
background-color: #5577AD;
}
.BgClassName
{
background-color: #5577AD;
}
</style>
border-color css
<style>
span { border-color: #5577AD; }
span { border-color: rgb(85,119,173); }
td.TdClassName
{
border-color: #5577AD;
}
.TagClassName
{
border-color: #5577AD;
}
</style>