Shades of Blue Diamond #54217B
Tints of Blue Diamond #54217B
RGB
CMYK
RGB Variations
Color information
#54217B (or 0x54217B) is known color: Blue Diamond. HEX triplet: 54, 21 and 7B. RGB value is (84,33,123). Sum of RGB (Red+Green+Blue) = 84+33+123=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #54217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54217B is #ABDE84. Grayscale: #3A3A3A. Windows color (decimal): -11263621 or 8069460. OLE color: 8069460.
HSL color Cylindrical-coordinate representation of color #54217B: hue angle of 274º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54217B is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 33 | 123 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.52 |
| HSL | 274º | 0.58% | 0.31% | - |
| HSV(B) | 274º | 0.73% | 0.48% | - |
| XYZ | 7.78 | 4.4 | 19.18 | - |
| YUV | 58.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 123 | 0.32 | 0.73 | 0 | 0.52 | 274 | 0.58 | 0.31 |
| Hex | 54 | 21 | 7B | 20 | 49 | 0 | 34 | 112 | 3A | 1F |
| Octal | 124 | 41 | 173 | 40 | 111 | 0 | 64 | 422 | 72 | 37 |
| Binary | 1010100 | 100001 | 1111011 | 100000 | 1001001 | 0 | 110100 | 100010010 | 111010 | 11111 |
Color Harmonies of #54217B
Complementary color
Monochromatic Colors of #54217B
Black with #54217B
Text Example
Text Example
White with #54217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54217B; }
p { color: rgb(84,33,123); }
H1.HeaderClassName
{
color: #54217B;
}
.AnyTagClassName
{
color: #54217B;
}
</style>
background-color css
<style>
a { background-color: #54217B; }
a { background-color: rgb(84,33,123); }
div.DivClassName
{
background-color: #54217B;
}
.BgClassName
{
background-color: #54217B;
}
</style>
border-color css
<style>
span { border-color: #54217B; }
span { border-color: rgb(84,33,123); }
td.TdClassName
{
border-color: #54217B;
}
.TagClassName
{
border-color: #54217B;
}
</style>