Shades of Blue Diamond #51266E
Tints of Blue Diamond #51266E
RGB
CMYK
RGB Variations
Color information
#51266E (or 0x51266E) is known color: Blue Diamond. HEX triplet: 51, 26 and 6E. RGB value is (81,38,110). Sum of RGB (Red+Green+Blue) = 81+38+110=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #51266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51266E is #AED991. Grayscale: #3A3A3A. Windows color (decimal): -11458962 or 7218769. OLE color: 7218769.
HSL color Cylindrical-coordinate representation of color #51266E: hue angle of 275.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51266E is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 38 | 110 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.57 |
| HSL | 275.83º | 0.49% | 0.29% | - |
| HSV(B) | 275.83º | 0.65% | 0.43% | - |
| XYZ | 6.9 | 4.26 | 15.21 | - |
| YUV | 59.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 110 | 0.26 | 0.65 | 0 | 0.57 | 275.83 | 0.49 | 0.29 |
| Hex | 51 | 26 | 6E | 1A | 41 | 0 | 39 | 114 | 31 | 1D |
| Octal | 121 | 46 | 156 | 32 | 101 | 0 | 71 | 424 | 61 | 35 |
| Binary | 1010001 | 100110 | 1101110 | 11010 | 1000001 | 0 | 111001 | 100010100 | 110001 | 11101 |
Color Harmonies of #51266E
Complementary color
Monochromatic Colors of #51266E
Black with #51266E
Text Example
Text Example
White with #51266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51266E; }
p { color: rgb(81,38,110); }
H1.HeaderClassName
{
color: #51266E;
}
.AnyTagClassName
{
color: #51266E;
}
</style>
background-color css
<style>
a { background-color: #51266E; }
a { background-color: rgb(81,38,110); }
div.DivClassName
{
background-color: #51266E;
}
.BgClassName
{
background-color: #51266E;
}
</style>
border-color css
<style>
span { border-color: #51266E; }
span { border-color: rgb(81,38,110); }
td.TdClassName
{
border-color: #51266E;
}
.TagClassName
{
border-color: #51266E;
}
</style>