Shades of San Marino #51659F
Tints of San Marino #51659F
RGB
CMYK
RGB Variations
Color information
#51659F (or 0x51659F) is known color: San Marino. HEX triplet: 51, 65 and 9F. RGB value is (81,101,159). Sum of RGB (Red+Green+Blue) = 81+101+159=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #51659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51659F is #AE9A60. Grayscale: #656565. Windows color (decimal): -11442785 or 10446161. OLE color: 10446161.
HSL color Cylindrical-coordinate representation of color #51659F: hue angle of 224.62º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51659F is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 101 | 159 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.38 |
| HSL | 224.62º | 0.33% | 0.47% | - |
| HSV(B) | 224.62º | 0.49% | 0.62% | - |
| XYZ | 14.31 | 13.56 | 34.66 | - |
| YUV | 101.63 | 160.37 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 159 | 0.49 | 0.36 | 0 | 0.38 | 224.62 | 0.33 | 0.47 |
| Hex | 51 | 65 | 9F | 31 | 24 | 0 | 26 | E1 | 20 | 2F |
| Octal | 121 | 145 | 237 | 61 | 44 | 0 | 46 | 341 | 40 | 57 |
| Binary | 1010001 | 1100101 | 10011111 | 110001 | 100100 | 0 | 100110 | 11100001 | 100000 | 101111 |
Color Harmonies of #51659F
Complementary color
Monochromatic Colors of #51659F
Black with #51659F
Text Example
Text Example
White with #51659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51659F; }
p { color: rgb(81,101,159); }
H1.HeaderClassName
{
color: #51659F;
}
.AnyTagClassName
{
color: #51659F;
}
</style>
background-color css
<style>
a { background-color: #51659F; }
a { background-color: rgb(81,101,159); }
div.DivClassName
{
background-color: #51659F;
}
.BgClassName
{
background-color: #51659F;
}
</style>
border-color css
<style>
span { border-color: #51659F; }
span { border-color: rgb(81,101,159); }
td.TdClassName
{
border-color: #51659F;
}
.TagClassName
{
border-color: #51659F;
}
</style>