Shades of Blue Diamond #542175
Tints of Blue Diamond #542175
RGB
CMYK
RGB Variations
Color information
#542175 (or 0x542175) is known color: Blue Diamond. HEX triplet: 54, 21 and 75. RGB value is (84,33,117). Sum of RGB (Red+Green+Blue) = 84+33+117=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #542175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542175 is #ABDE8A. Grayscale: #393939. Windows color (decimal): -11263627 or 7676244. OLE color: 7676244.
HSL color Cylindrical-coordinate representation of color #542175: hue angle of 276.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #542175 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 33 | 117 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.54 |
| HSL | 276.43º | 0.56% | 0.29% | - |
| HSV(B) | 276.43º | 0.72% | 0.46% | - |
| XYZ | 7.41 | 4.26 | 17.26 | - |
| YUV | 57.83 | 161.4 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 117 | 0.28 | 0.72 | 0 | 0.54 | 276.43 | 0.56 | 0.29 |
| Hex | 54 | 21 | 75 | 1C | 48 | 0 | 36 | 114 | 38 | 1D |
| Octal | 124 | 41 | 165 | 34 | 110 | 0 | 66 | 424 | 70 | 35 |
| Binary | 1010100 | 100001 | 1110101 | 11100 | 1001000 | 0 | 110110 | 100010100 | 111000 | 11101 |
Color Harmonies of #542175
Complementary color
Monochromatic Colors of #542175
Black with #542175
Text Example
Text Example
White with #542175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542175; }
p { color: rgb(84,33,117); }
H1.HeaderClassName
{
color: #542175;
}
.AnyTagClassName
{
color: #542175;
}
</style>
background-color css
<style>
a { background-color: #542175; }
a { background-color: rgb(84,33,117); }
div.DivClassName
{
background-color: #542175;
}
.BgClassName
{
background-color: #542175;
}
</style>
border-color css
<style>
span { border-color: #542175; }
span { border-color: rgb(84,33,117); }
td.TdClassName
{
border-color: #542175;
}
.TagClassName
{
border-color: #542175;
}
</style>