Shades of Blue Diamond #542170
Tints of Blue Diamond #542170
RGB
CMYK
RGB Variations
Color information
#542170 (or 0x542170) is known color: Blue Diamond. HEX triplet: 54, 21 and 70. RGB value is (84,33,112). Sum of RGB (Red+Green+Blue) = 84+33+112=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #542170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542170 is #ABDE8F. Grayscale: #383838. Windows color (decimal): -11263632 or 7348564. OLE color: 7348564.
HSL color Cylindrical-coordinate representation of color #542170: hue angle of 278.73º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542170 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 33 | 112 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.56 |
| HSL | 278.73º | 0.54% | 0.28% | - |
| HSV(B) | 278.73º | 0.71% | 0.44% | - |
| XYZ | 7.12 | 4.14 | 15.75 | - |
| YUV | 57.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 112 | 0.25 | 0.71 | 0 | 0.56 | 278.73 | 0.54 | 0.28 |
| Hex | 54 | 21 | 70 | 19 | 47 | 0 | 38 | 117 | 36 | 1C |
| Octal | 124 | 41 | 160 | 31 | 107 | 0 | 70 | 427 | 66 | 34 |
| Binary | 1010100 | 100001 | 1110000 | 11001 | 1000111 | 0 | 111000 | 100010111 | 110110 | 11100 |
Color Harmonies of #542170
Complementary color
Monochromatic Colors of #542170
Black with #542170
Text Example
Text Example
White with #542170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542170; }
p { color: rgb(84,33,112); }
H1.HeaderClassName
{
color: #542170;
}
.AnyTagClassName
{
color: #542170;
}
</style>
background-color css
<style>
a { background-color: #542170; }
a { background-color: rgb(84,33,112); }
div.DivClassName
{
background-color: #542170;
}
.BgClassName
{
background-color: #542170;
}
</style>
border-color css
<style>
span { border-color: #542170; }
span { border-color: rgb(84,33,112); }
td.TdClassName
{
border-color: #542170;
}
.TagClassName
{
border-color: #542170;
}
</style>