Shades of Blue Diamond #54226D
Tints of Blue Diamond #54226D
RGB
CMYK
RGB Variations
Color information
#54226D (or 0x54226D) is known color: Blue Diamond. HEX triplet: 54, 22 and 6D. RGB value is (84,34,109). Sum of RGB (Red+Green+Blue) = 84+34+109=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #54226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54226D is #ABDD92. Grayscale: #393939. Windows color (decimal): -11263379 or 7152212. OLE color: 7152212.
HSL color Cylindrical-coordinate representation of color #54226D: hue angle of 280º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54226D is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 34 | 109 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.57 |
| HSL | 280º | 0.52% | 0.28% | - |
| HSV(B) | 280º | 0.69% | 0.43% | - |
| XYZ | 6.99 | 4.13 | 14.9 | - |
| YUV | 57.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 109 | 0.23 | 0.69 | 0 | 0.57 | 280 | 0.52 | 0.28 |
| Hex | 54 | 22 | 6D | 17 | 45 | 0 | 39 | 118 | 34 | 1C |
| Octal | 124 | 42 | 155 | 27 | 105 | 0 | 71 | 430 | 64 | 34 |
| Binary | 1010100 | 100010 | 1101101 | 10111 | 1000101 | 0 | 111001 | 100011000 | 110100 | 11100 |
Color Harmonies of #54226D
Complementary color
Monochromatic Colors of #54226D
Black with #54226D
Text Example
Text Example
White with #54226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54226D; }
p { color: rgb(84,34,109); }
H1.HeaderClassName
{
color: #54226D;
}
.AnyTagClassName
{
color: #54226D;
}
</style>
background-color css
<style>
a { background-color: #54226D; }
a { background-color: rgb(84,34,109); }
div.DivClassName
{
background-color: #54226D;
}
.BgClassName
{
background-color: #54226D;
}
</style>
border-color css
<style>
span { border-color: #54226D; }
span { border-color: rgb(84,34,109); }
td.TdClassName
{
border-color: #54226D;
}
.TagClassName
{
border-color: #54226D;
}
</style>