Shades of San Marino #51679A
Tints of San Marino #51679A
RGB
CMYK
RGB Variations
Color information
#51679A (or 0x51679A) is known color: San Marino. HEX triplet: 51, 67 and 9A. RGB value is (81,103,154). Sum of RGB (Red+Green+Blue) = 81+103+154=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #51679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51679A is #AE9865. Grayscale: #666666. Windows color (decimal): -11442278 or 10118993. OLE color: 10118993.
HSL color Cylindrical-coordinate representation of color #51679A: hue angle of 221.92º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51679A is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 103 | 154 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.40 |
| HSL | 221.92º | 0.31% | 0.46% | - |
| HSV(B) | 221.92º | 0.47% | 0.6% | - |
| XYZ | 14.08 | 13.78 | 32.49 | - |
| YUV | 102.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 154 | 0.47 | 0.33 | 0 | 0.40 | 221.92 | 0.31 | 0.46 |
| Hex | 51 | 67 | 9A | 2F | 21 | 0 | 28 | DE | 1F | 2E |
| Octal | 121 | 147 | 232 | 57 | 41 | 0 | 50 | 336 | 37 | 56 |
| Binary | 1010001 | 1100111 | 10011010 | 101111 | 100001 | 0 | 101000 | 11011110 | 11111 | 101110 |
Color Harmonies of #51679A
Complementary color
Monochromatic Colors of #51679A
Black with #51679A
Text Example
Text Example
White with #51679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51679A; }
p { color: rgb(81,103,154); }
H1.HeaderClassName
{
color: #51679A;
}
.AnyTagClassName
{
color: #51679A;
}
</style>
background-color css
<style>
a { background-color: #51679A; }
a { background-color: rgb(81,103,154); }
div.DivClassName
{
background-color: #51679A;
}
.BgClassName
{
background-color: #51679A;
}
</style>
border-color css
<style>
span { border-color: #51679A; }
span { border-color: rgb(81,103,154); }
td.TdClassName
{
border-color: #51679A;
}
.TagClassName
{
border-color: #51679A;
}
</style>