Shades of Blue Diamond #54226F
Tints of Blue Diamond #54226F
RGB
CMYK
RGB Variations
Color information
#54226F (or 0x54226F) is known color: Blue Diamond. HEX triplet: 54, 22 and 6F. RGB value is (84,34,111). Sum of RGB (Red+Green+Blue) = 84+34+111=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #54226F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54226F is #ABDD90. Grayscale: #393939. Windows color (decimal): -11263377 or 7283284. OLE color: 7283284.
HSL color Cylindrical-coordinate representation of color #54226F: hue angle of 278.96º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54226F is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 34 | 111 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.56 |
| HSL | 278.96º | 0.53% | 0.28% | - |
| HSV(B) | 278.96º | 0.69% | 0.44% | - |
| XYZ | 7.1 | 4.18 | 15.47 | - |
| YUV | 57.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 111 | 0.24 | 0.69 | 0 | 0.56 | 278.96 | 0.53 | 0.28 |
| Hex | 54 | 22 | 6F | 18 | 45 | 0 | 38 | 117 | 35 | 1C |
| Octal | 124 | 42 | 157 | 30 | 105 | 0 | 70 | 427 | 65 | 34 |
| Binary | 1010100 | 100010 | 1101111 | 11000 | 1000101 | 0 | 111000 | 100010111 | 110101 | 11100 |
Color Harmonies of #54226F
Complementary color
Monochromatic Colors of #54226F
Black with #54226F
Text Example
Text Example
White with #54226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54226F; }
p { color: rgb(84,34,111); }
H1.HeaderClassName
{
color: #54226F;
}
.AnyTagClassName
{
color: #54226F;
}
</style>
background-color css
<style>
a { background-color: #54226F; }
a { background-color: rgb(84,34,111); }
div.DivClassName
{
background-color: #54226F;
}
.BgClassName
{
background-color: #54226F;
}
</style>
border-color css
<style>
span { border-color: #54226F; }
span { border-color: rgb(84,34,111); }
td.TdClassName
{
border-color: #54226F;
}
.TagClassName
{
border-color: #54226F;
}
</style>