Shades of San Marino #51679D
Tints of San Marino #51679D
RGB
CMYK
RGB Variations
Color information
#51679D (or 0x51679D) is known color: San Marino. HEX triplet: 51, 67 and 9D. RGB value is (81,103,157). Sum of RGB (Red+Green+Blue) = 81+103+157=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #51679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51679D is #AE9862. Grayscale: #666666. Windows color (decimal): -11442275 or 10315601. OLE color: 10315601.
HSL color Cylindrical-coordinate representation of color #51679D: hue angle of 222.63º 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 #51679D is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 103 | 157 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.38 |
| HSL | 222.63º | 0.32% | 0.47% | - |
| HSV(B) | 222.63º | 0.48% | 0.62% | - |
| XYZ | 14.33 | 13.88 | 33.82 | - |
| YUV | 102.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 157 | 0.48 | 0.34 | 0 | 0.38 | 222.63 | 0.32 | 0.47 |
| Hex | 51 | 67 | 9D | 30 | 22 | 0 | 26 | DF | 20 | 2F |
| Octal | 121 | 147 | 235 | 60 | 42 | 0 | 46 | 337 | 40 | 57 |
| Binary | 1010001 | 1100111 | 10011101 | 110000 | 100010 | 0 | 100110 | 11011111 | 100000 | 101111 |
Color Harmonies of #51679D
Complementary color
Monochromatic Colors of #51679D
Black with #51679D
Text Example
Text Example
White with #51679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51679D; }
p { color: rgb(81,103,157); }
H1.HeaderClassName
{
color: #51679D;
}
.AnyTagClassName
{
color: #51679D;
}
</style>
background-color css
<style>
a { background-color: #51679D; }
a { background-color: rgb(81,103,157); }
div.DivClassName
{
background-color: #51679D;
}
.BgClassName
{
background-color: #51679D;
}
</style>
border-color css
<style>
span { border-color: #51679D; }
span { border-color: rgb(81,103,157); }
td.TdClassName
{
border-color: #51679D;
}
.TagClassName
{
border-color: #51679D;
}
</style>