Shades of San Marino #51759A
Tints of San Marino #51759A
RGB
CMYK
RGB Variations
Color information
#51759A (or 0x51759A) is known color: San Marino. HEX triplet: 51, 75 and 9A. RGB value is (81,117,154). Sum of RGB (Red+Green+Blue) = 81+117+154=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #51759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51759A is #AE8A65. Grayscale: #6E6E6E. Windows color (decimal): -11438694 or 10122577. OLE color: 10122577.
HSL color Cylindrical-coordinate representation of color #51759A: hue angle of 210.41º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51759A is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 117 | 154 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.40 |
| HSL | 210.41º | 0.31% | 0.46% | - |
| HSV(B) | 210.41º | 0.47% | 0.6% | - |
| XYZ | 15.59 | 16.81 | 32.99 | - |
| YUV | 110.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 154 | 0.47 | 0.24 | 0 | 0.40 | 210.41 | 0.31 | 0.46 |
| Hex | 51 | 75 | 9A | 2F | 18 | 0 | 28 | D2 | 1F | 2E |
| Octal | 121 | 165 | 232 | 57 | 30 | 0 | 50 | 322 | 37 | 56 |
| Binary | 1010001 | 1110101 | 10011010 | 101111 | 11000 | 0 | 101000 | 11010010 | 11111 | 101110 |
Color Harmonies of #51759A
Complementary color
Monochromatic Colors of #51759A
Black with #51759A
Text Example
Text Example
White with #51759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51759A; }
p { color: rgb(81,117,154); }
H1.HeaderClassName
{
color: #51759A;
}
.AnyTagClassName
{
color: #51759A;
}
</style>
background-color css
<style>
a { background-color: #51759A; }
a { background-color: rgb(81,117,154); }
div.DivClassName
{
background-color: #51759A;
}
.BgClassName
{
background-color: #51759A;
}
</style>
border-color css
<style>
span { border-color: #51759A; }
span { border-color: rgb(81,117,154); }
td.TdClassName
{
border-color: #51759A;
}
.TagClassName
{
border-color: #51759A;
}
</style>