Shades of San Marino #51679C
Tints of San Marino #51679C
RGB
CMYK
RGB Variations
Color information
#51679C (or 0x51679C) is known color: San Marino. HEX triplet: 51, 67 and 9C. RGB value is (81,103,156). Sum of RGB (Red+Green+Blue) = 81+103+156=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #51679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51679C is #AE9863. Grayscale: #666666. Windows color (decimal): -11442276 or 10250065. OLE color: 10250065.
HSL color Cylindrical-coordinate representation of color #51679C: hue angle of 222.4º 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 #51679C is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 103 | 156 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.39 |
| HSL | 222.4º | 0.32% | 0.46% | - |
| HSV(B) | 222.4º | 0.48% | 0.61% | - |
| XYZ | 14.24 | 13.85 | 33.38 | - |
| YUV | 102.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 156 | 0.48 | 0.34 | 0 | 0.39 | 222.4 | 0.32 | 0.46 |
| Hex | 51 | 67 | 9C | 30 | 22 | 0 | 27 | DE | 20 | 2E |
| Octal | 121 | 147 | 234 | 60 | 42 | 0 | 47 | 336 | 40 | 56 |
| Binary | 1010001 | 1100111 | 10011100 | 110000 | 100010 | 0 | 100111 | 11011110 | 100000 | 101110 |
Color Harmonies of #51679C
Complementary color
Monochromatic Colors of #51679C
Black with #51679C
Text Example
Text Example
White with #51679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51679C; }
p { color: rgb(81,103,156); }
H1.HeaderClassName
{
color: #51679C;
}
.AnyTagClassName
{
color: #51679C;
}
</style>
background-color css
<style>
a { background-color: #51679C; }
a { background-color: rgb(81,103,156); }
div.DivClassName
{
background-color: #51679C;
}
.BgClassName
{
background-color: #51679C;
}
</style>
border-color css
<style>
span { border-color: #51679C; }
span { border-color: rgb(81,103,156); }
td.TdClassName
{
border-color: #51679C;
}
.TagClassName
{
border-color: #51679C;
}
</style>