Shades of San Marino #56799D
Tints of San Marino #56799D
RGB
CMYK
RGB Variations
Color information
#56799D (or 0x56799D) is known color: San Marino. HEX triplet: 56, 79 and 9D. RGB value is (86,121,157). Sum of RGB (Red+Green+Blue) = 86+121+157=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #56799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56799D is #A98662. Grayscale: #727272. Windows color (decimal): -11109987 or 10320214. OLE color: 10320214.
HSL color Cylindrical-coordinate representation of color #56799D: hue angle of 210.42º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56799D is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 121 | 157 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.38 |
| HSL | 210.42º | 0.29% | 0.48% | - |
| HSV(B) | 210.42º | 0.45% | 0.62% | - |
| XYZ | 16.76 | 18.09 | 34.51 | - |
| YUV | 114.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 157 | 0.45 | 0.23 | 0 | 0.38 | 210.42 | 0.29 | 0.48 |
| Hex | 56 | 79 | 9D | 2D | 17 | 0 | 26 | D2 | 1D | 30 |
| Octal | 126 | 171 | 235 | 55 | 27 | 0 | 46 | 322 | 35 | 60 |
| Binary | 1010110 | 1111001 | 10011101 | 101101 | 10111 | 0 | 100110 | 11010010 | 11101 | 110000 |
Color Harmonies of #56799D
Complementary color
Monochromatic Colors of #56799D
Black with #56799D
Text Example
Text Example
White with #56799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56799D; }
p { color: rgb(86,121,157); }
H1.HeaderClassName
{
color: #56799D;
}
.AnyTagClassName
{
color: #56799D;
}
</style>
background-color css
<style>
a { background-color: #56799D; }
a { background-color: rgb(86,121,157); }
div.DivClassName
{
background-color: #56799D;
}
.BgClassName
{
background-color: #56799D;
}
</style>
border-color css
<style>
span { border-color: #56799D; }
span { border-color: rgb(86,121,157); }
td.TdClassName
{
border-color: #56799D;
}
.TagClassName
{
border-color: #56799D;
}
</style>