Shades of Blue Diamond #54227C
Tints of Blue Diamond #54227C
RGB
CMYK
RGB Variations
Color information
#54227C (or 0x54227C) is known color: Blue Diamond. HEX triplet: 54, 22 and 7C. RGB value is (84,34,124). Sum of RGB (Red+Green+Blue) = 84+34+124=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #54227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54227C is #ABDD83. Grayscale: #3A3A3A. Windows color (decimal): -11263364 or 8135252. OLE color: 8135252.
HSL color Cylindrical-coordinate representation of color #54227C: hue angle of 273.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54227C is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 34 | 124 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.51 |
| HSL | 273.33º | 0.57% | 0.31% | - |
| HSV(B) | 273.33º | 0.73% | 0.49% | - |
| XYZ | 7.87 | 4.48 | 19.52 | - |
| YUV | 59.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 124 | 0.32 | 0.73 | 0 | 0.51 | 273.33 | 0.57 | 0.31 |
| Hex | 54 | 22 | 7C | 20 | 49 | 0 | 33 | 111 | 39 | 1F |
| Octal | 124 | 42 | 174 | 40 | 111 | 0 | 63 | 421 | 71 | 37 |
| Binary | 1010100 | 100010 | 1111100 | 100000 | 1001001 | 0 | 110011 | 100010001 | 111001 | 11111 |
Color Harmonies of #54227C
Complementary color
Monochromatic Colors of #54227C
Black with #54227C
Text Example
Text Example
White with #54227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54227C; }
p { color: rgb(84,34,124); }
H1.HeaderClassName
{
color: #54227C;
}
.AnyTagClassName
{
color: #54227C;
}
</style>
background-color css
<style>
a { background-color: #54227C; }
a { background-color: rgb(84,34,124); }
div.DivClassName
{
background-color: #54227C;
}
.BgClassName
{
background-color: #54227C;
}
</style>
border-color css
<style>
span { border-color: #54227C; }
span { border-color: rgb(84,34,124); }
td.TdClassName
{
border-color: #54227C;
}
.TagClassName
{
border-color: #54227C;
}
</style>