Shades of San Marino #51759D
Tints of San Marino #51759D
RGB
CMYK
RGB Variations
Color information
#51759D (or 0x51759D) is known color: San Marino. HEX triplet: 51, 75 and 9D. RGB value is (81,117,157). Sum of RGB (Red+Green+Blue) = 81+117+157=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #51759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51759D is #AE8A62. Grayscale: #6E6E6E. Windows color (decimal): -11438691 or 10319185. OLE color: 10319185.
HSL color Cylindrical-coordinate representation of color #51759D: hue angle of 211.58º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51759D is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 117 | 157 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.38 |
| HSL | 211.58º | 0.32% | 0.47% | - |
| HSV(B) | 211.58º | 0.48% | 0.62% | - |
| XYZ | 15.84 | 16.91 | 34.33 | - |
| YUV | 110.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 157 | 0.48 | 0.25 | 0 | 0.38 | 211.58 | 0.32 | 0.47 |
| Hex | 51 | 75 | 9D | 30 | 19 | 0 | 26 | D4 | 20 | 2F |
| Octal | 121 | 165 | 235 | 60 | 31 | 0 | 46 | 324 | 40 | 57 |
| Binary | 1010001 | 1110101 | 10011101 | 110000 | 11001 | 0 | 100110 | 11010100 | 100000 | 101111 |
Color Harmonies of #51759D
Complementary color
Monochromatic Colors of #51759D
Black with #51759D
Text Example
Text Example
White with #51759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51759D; }
p { color: rgb(81,117,157); }
H1.HeaderClassName
{
color: #51759D;
}
.AnyTagClassName
{
color: #51759D;
}
</style>
background-color css
<style>
a { background-color: #51759D; }
a { background-color: rgb(81,117,157); }
div.DivClassName
{
background-color: #51759D;
}
.BgClassName
{
background-color: #51759D;
}
</style>
border-color css
<style>
span { border-color: #51759D; }
span { border-color: rgb(81,117,157); }
td.TdClassName
{
border-color: #51759D;
}
.TagClassName
{
border-color: #51759D;
}
</style>