Shades of San Marino #5B779F
Tints of San Marino #5B779F
RGB
CMYK
RGB Variations
Color information
#5B779F (or 0x5B779F) is known color: San Marino. HEX triplet: 5B, 77 and 9F. RGB value is (91,119,159). Sum of RGB (Red+Green+Blue) = 91+119+159=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B779F is #A48860. Grayscale: #727272. Windows color (decimal): -10782817 or 10450779. OLE color: 10450779.
HSL color Cylindrical-coordinate representation of color #5B779F: hue angle of 215.29º 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 #5B779F is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 119 | 159 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.38 |
| HSL | 215.29º | 0.27% | 0.49% | - |
| HSV(B) | 215.29º | 0.43% | 0.62% | - |
| XYZ | 17.17 | 17.92 | 35.36 | - |
| YUV | 115.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 159 | 0.43 | 0.25 | 0 | 0.38 | 215.29 | 0.27 | 0.49 |
| Hex | 5B | 77 | 9F | 2B | 19 | 0 | 26 | D7 | 1B | 31 |
| Octal | 133 | 167 | 237 | 53 | 31 | 0 | 46 | 327 | 33 | 61 |
| Binary | 1011011 | 1110111 | 10011111 | 101011 | 11001 | 0 | 100110 | 11010111 | 11011 | 110001 |
Color Harmonies of #5B779F
Complementary color
Monochromatic Colors of #5B779F
Black with #5B779F
Text Example
Text Example
White with #5B779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B779F; }
p { color: rgb(91,119,159); }
H1.HeaderClassName
{
color: #5B779F;
}
.AnyTagClassName
{
color: #5B779F;
}
</style>
background-color css
<style>
a { background-color: #5B779F; }
a { background-color: rgb(91,119,159); }
div.DivClassName
{
background-color: #5B779F;
}
.BgClassName
{
background-color: #5B779F;
}
</style>
border-color css
<style>
span { border-color: #5B779F; }
span { border-color: rgb(91,119,159); }
td.TdClassName
{
border-color: #5B779F;
}
.TagClassName
{
border-color: #5B779F;
}
</style>