Shades of Blue Diamond #511876
Tints of Blue Diamond #511876
RGB
CMYK
RGB Variations
Color information
#511876 (or 0x511876) is known color: Blue Diamond. HEX triplet: 51, 18 and 76. RGB value is (81,24,118). Sum of RGB (Red+Green+Blue) = 81+24+118=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #511876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511876 is #AEE789. Grayscale: #333333. Windows color (decimal): -11462538 or 7739473. OLE color: 7739473.
HSL color Cylindrical-coordinate representation of color #511876: hue angle of 276.38º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511876 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 24 | 118 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.54 |
| HSL | 276.38º | 0.66% | 0.28% | - |
| HSV(B) | 276.38º | 0.8% | 0.46% | - |
| XYZ | 6.99 | 3.71 | 17.49 | - |
| YUV | 51.76 | 165.38 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 118 | 0.31 | 0.80 | 0 | 0.54 | 276.38 | 0.66 | 0.28 |
| Hex | 51 | 18 | 76 | 1F | 50 | 0 | 36 | 114 | 42 | 1C |
| Octal | 121 | 30 | 166 | 37 | 120 | 0 | 66 | 424 | 102 | 34 |
| Binary | 1010001 | 11000 | 1110110 | 11111 | 1010000 | 0 | 110110 | 100010100 | 1000010 | 11100 |
Color Harmonies of #511876
Complementary color
Monochromatic Colors of #511876
Black with #511876
Text Example
Text Example
White with #511876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511876; }
p { color: rgb(81,24,118); }
H1.HeaderClassName
{
color: #511876;
}
.AnyTagClassName
{
color: #511876;
}
</style>
background-color css
<style>
a { background-color: #511876; }
a { background-color: rgb(81,24,118); }
div.DivClassName
{
background-color: #511876;
}
.BgClassName
{
background-color: #511876;
}
</style>
border-color css
<style>
span { border-color: #511876; }
span { border-color: rgb(81,24,118); }
td.TdClassName
{
border-color: #511876;
}
.TagClassName
{
border-color: #511876;
}
</style>