Shades of Blue Diamond #51326A
Tints of Blue Diamond #51326A
RGB
CMYK
RGB Variations
Color information
#51326A (or 0x51326A) is known color: Blue Diamond. HEX triplet: 51, 32 and 6A. RGB value is (81,50,106). Sum of RGB (Red+Green+Blue) = 81+50+106=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 106 - color contains mainly: blue. Hex color #51326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51326A is #AECD95. Grayscale: #414141. Windows color (decimal): -11455894 or 6959697. OLE color: 6959697.
HSL color Cylindrical-coordinate representation of color #51326A: hue angle of 273.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51326A is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 50 | 106 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.58 |
| HSL | 273.21º | 0.36% | 0.31% | - |
| HSV(B) | 273.21º | 0.53% | 0.42% | - |
| XYZ | 7.14 | 5.07 | 14.24 | - |
| YUV | 65.65 | 150.77 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 50 | 106 | 0.24 | 0.53 | 0 | 0.58 | 273.21 | 0.36 | 0.31 |
| Hex | 51 | 32 | 6A | 18 | 35 | 0 | 3A | 111 | 24 | 1F |
| Octal | 121 | 62 | 152 | 30 | 65 | 0 | 72 | 421 | 44 | 37 |
| Binary | 1010001 | 110010 | 1101010 | 11000 | 110101 | 0 | 111010 | 100010001 | 100100 | 11111 |
Color Harmonies of #51326A
Complementary color
Monochromatic Colors of #51326A
Black with #51326A
Text Example
Text Example
White with #51326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51326A; }
p { color: rgb(81,50,106); }
H1.HeaderClassName
{
color: #51326A;
}
.AnyTagClassName
{
color: #51326A;
}
</style>
background-color css
<style>
a { background-color: #51326A; }
a { background-color: rgb(81,50,106); }
div.DivClassName
{
background-color: #51326A;
}
.BgClassName
{
background-color: #51326A;
}
</style>
border-color css
<style>
span { border-color: #51326A; }
span { border-color: rgb(81,50,106); }
td.TdClassName
{
border-color: #51326A;
}
.TagClassName
{
border-color: #51326A;
}
</style>