Shades of San Marino #5777AE
Tints of San Marino #5777AE
RGB
CMYK
RGB Variations
Color information
#5777AE (or 0x5777AE) is known color: San Marino. HEX triplet: 57, 77 and AE. RGB value is (87,119,174). Sum of RGB (Red+Green+Blue) = 87+119+174=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #5777AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5777AE is #A88851. Grayscale: #737373. Windows color (decimal): -11044946 or 11433815. OLE color: 11433815.
HSL color Cylindrical-coordinate representation of color #5777AE: hue angle of 217.93º degrees, saturation: 0.35, 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 #5777AE is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 87 | 119 | 174 | - |
| CMYK | 0.5 | 0.32 | 0 | 0.32 |
| HSL | 217.93º | 0.35% | 0.51% | - |
| HSV(B) | 217.93º | 0.5% | 0.68% | - |
| XYZ | 18.17 | 18.28 | 42.61 | - |
| YUV | 115.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 119 | 174 | 0.5 | 0.32 | 0 | 0.32 | 217.93 | 0.35 | 0.51 |
| Hex | 57 | 77 | AE | 32 | 20 | 0 | 20 | DA | 23 | 33 |
| Octal | 127 | 167 | 256 | 62 | 40 | 0 | 40 | 332 | 43 | 63 |
| Binary | 1010111 | 1110111 | 10101110 | 110010 | 100000 | 0 | 100000 | 11011010 | 100011 | 110011 |
Color Harmonies of #5777AE
Complementary color
Monochromatic Colors of #5777AE
Black with #5777AE
Text Example
Text Example
White with #5777AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5777AE; }
p { color: rgb(87,119,174); }
H1.HeaderClassName
{
color: #5777AE;
}
.AnyTagClassName
{
color: #5777AE;
}
</style>
background-color css
<style>
a { background-color: #5777AE; }
a { background-color: rgb(87,119,174); }
div.DivClassName
{
background-color: #5777AE;
}
.BgClassName
{
background-color: #5777AE;
}
</style>
border-color css
<style>
span { border-color: #5777AE; }
span { border-color: rgb(87,119,174); }
td.TdClassName
{
border-color: #5777AE;
}
.TagClassName
{
border-color: #5777AE;
}
</style>