Shades of Blue Diamond #51266C
Tints of Blue Diamond #51266C
RGB
CMYK
RGB Variations
Color information
#51266C (or 0x51266C) is known color: Blue Diamond. HEX triplet: 51, 26 and 6C. RGB value is (81,38,108). Sum of RGB (Red+Green+Blue) = 81+38+108=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #51266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51266C is #AED993. Grayscale: #3A3A3A. Windows color (decimal): -11458964 or 7087697. OLE color: 7087697.
HSL color Cylindrical-coordinate representation of color #51266C: hue angle of 276.86º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51266C is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 38 | 108 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.58 |
| HSL | 276.86º | 0.48% | 0.29% | - |
| HSV(B) | 276.86º | 0.65% | 0.42% | - |
| XYZ | 6.79 | 4.22 | 14.64 | - |
| YUV | 58.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 108 | 0.25 | 0.65 | 0 | 0.58 | 276.86 | 0.48 | 0.29 |
| Hex | 51 | 26 | 6C | 19 | 41 | 0 | 3A | 115 | 30 | 1D |
| Octal | 121 | 46 | 154 | 31 | 101 | 0 | 72 | 425 | 60 | 35 |
| Binary | 1010001 | 100110 | 1101100 | 11001 | 1000001 | 0 | 111010 | 100010101 | 110000 | 11101 |
Color Harmonies of #51266C
Complementary color
Monochromatic Colors of #51266C
Black with #51266C
Text Example
Text Example
White with #51266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51266C; }
p { color: rgb(81,38,108); }
H1.HeaderClassName
{
color: #51266C;
}
.AnyTagClassName
{
color: #51266C;
}
</style>
background-color css
<style>
a { background-color: #51266C; }
a { background-color: rgb(81,38,108); }
div.DivClassName
{
background-color: #51266C;
}
.BgClassName
{
background-color: #51266C;
}
</style>
border-color css
<style>
span { border-color: #51266C; }
span { border-color: rgb(81,38,108); }
td.TdClassName
{
border-color: #51266C;
}
.TagClassName
{
border-color: #51266C;
}
</style>