Shades of San Marino #5A779E
Tints of San Marino #5A779E
RGB
CMYK
RGB Variations
Color information
#5A779E (or 0x5A779E) is known color: San Marino. HEX triplet: 5A, 77 and 9E. RGB value is (90,119,158). Sum of RGB (Red+Green+Blue) = 90+119+158=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A779E is #A58861. Grayscale: #727272. Windows color (decimal): -10848354 or 10385242. OLE color: 10385242.
HSL color Cylindrical-coordinate representation of color #5A779E: hue angle of 214.41º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A779E is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 119 | 158 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.38 |
| HSL | 214.41º | 0.27% | 0.49% | - |
| HSV(B) | 214.41º | 0.43% | 0.62% | - |
| XYZ | 16.98 | 17.84 | 34.9 | - |
| YUV | 114.78 | 152.39 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 158 | 0.43 | 0.25 | 0 | 0.38 | 214.41 | 0.27 | 0.49 |
| Hex | 5A | 77 | 9E | 2B | 19 | 0 | 26 | D6 | 1B | 31 |
| Octal | 132 | 167 | 236 | 53 | 31 | 0 | 46 | 326 | 33 | 61 |
| Binary | 1011010 | 1110111 | 10011110 | 101011 | 11001 | 0 | 100110 | 11010110 | 11011 | 110001 |
Color Harmonies of #5A779E
Complementary color
Monochromatic Colors of #5A779E
Black with #5A779E
Text Example
Text Example
White with #5A779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A779E; }
p { color: rgb(90,119,158); }
H1.HeaderClassName
{
color: #5A779E;
}
.AnyTagClassName
{
color: #5A779E;
}
</style>
background-color css
<style>
a { background-color: #5A779E; }
a { background-color: rgb(90,119,158); }
div.DivClassName
{
background-color: #5A779E;
}
.BgClassName
{
background-color: #5A779E;
}
</style>
border-color css
<style>
span { border-color: #5A779E; }
span { border-color: rgb(90,119,158); }
td.TdClassName
{
border-color: #5A779E;
}
.TagClassName
{
border-color: #5A779E;
}
</style>