Shades of San Marino #51649D
Tints of San Marino #51649D
RGB
CMYK
RGB Variations
Color information
#51649D (or 0x51649D) is known color: San Marino. HEX triplet: 51, 64 and 9D. RGB value is (81,100,157). Sum of RGB (Red+Green+Blue) = 81+100+157=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #51649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51649D is #AE9B62. Grayscale: #646464. Windows color (decimal): -11443043 or 10314833. OLE color: 10314833.
HSL color Cylindrical-coordinate representation of color #51649D: hue angle of 225º 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 #51649D is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 100 | 157 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.38 |
| HSL | 225º | 0.32% | 0.47% | - |
| HSV(B) | 225º | 0.48% | 0.62% | - |
| XYZ | 14.04 | 13.3 | 33.73 | - |
| YUV | 100.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 157 | 0.48 | 0.36 | 0 | 0.38 | 225 | 0.32 | 0.47 |
| Hex | 51 | 64 | 9D | 30 | 24 | 0 | 26 | E1 | 20 | 2F |
| Octal | 121 | 144 | 235 | 60 | 44 | 0 | 46 | 341 | 40 | 57 |
| Binary | 1010001 | 1100100 | 10011101 | 110000 | 100100 | 0 | 100110 | 11100001 | 100000 | 101111 |
Color Harmonies of #51649D
Complementary color
Monochromatic Colors of #51649D
Black with #51649D
Text Example
Text Example
White with #51649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51649D; }
p { color: rgb(81,100,157); }
H1.HeaderClassName
{
color: #51649D;
}
.AnyTagClassName
{
color: #51649D;
}
</style>
background-color css
<style>
a { background-color: #51649D; }
a { background-color: rgb(81,100,157); }
div.DivClassName
{
background-color: #51649D;
}
.BgClassName
{
background-color: #51649D;
}
</style>
border-color css
<style>
span { border-color: #51649D; }
span { border-color: rgb(81,100,157); }
td.TdClassName
{
border-color: #51649D;
}
.TagClassName
{
border-color: #51649D;
}
</style>