Shades of San Marino #51639C
Tints of San Marino #51639C
RGB
CMYK
RGB Variations
Color information
#51639C (or 0x51639C) is known color: San Marino. HEX triplet: 51, 63 and 9C. RGB value is (81,99,156). Sum of RGB (Red+Green+Blue) = 81+99+156=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #51639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51639C is #AE9C63. Grayscale: #636363. Windows color (decimal): -11443300 or 10249041. OLE color: 10249041.
HSL color Cylindrical-coordinate representation of color #51639C: hue angle of 225.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51639C is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 99 | 156 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.39 |
| HSL | 225.6º | 0.32% | 0.46% | - |
| HSV(B) | 225.6º | 0.48% | 0.61% | - |
| XYZ | 13.86 | 13.07 | 33.25 | - |
| YUV | 100.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 99 | 156 | 0.48 | 0.37 | 0 | 0.39 | 225.6 | 0.32 | 0.46 |
| Hex | 51 | 63 | 9C | 30 | 25 | 0 | 27 | E2 | 20 | 2E |
| Octal | 121 | 143 | 234 | 60 | 45 | 0 | 47 | 342 | 40 | 56 |
| Binary | 1010001 | 1100011 | 10011100 | 110000 | 100101 | 0 | 100111 | 11100010 | 100000 | 101110 |
Color Harmonies of #51639C
Complementary color
Monochromatic Colors of #51639C
Black with #51639C
Text Example
Text Example
White with #51639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51639C; }
p { color: rgb(81,99,156); }
H1.HeaderClassName
{
color: #51639C;
}
.AnyTagClassName
{
color: #51639C;
}
</style>
background-color css
<style>
a { background-color: #51639C; }
a { background-color: rgb(81,99,156); }
div.DivClassName
{
background-color: #51639C;
}
.BgClassName
{
background-color: #51639C;
}
</style>
border-color css
<style>
span { border-color: #51639C; }
span { border-color: rgb(81,99,156); }
td.TdClassName
{
border-color: #51639C;
}
.TagClassName
{
border-color: #51639C;
}
</style>