Shades of Blue Diamond #542C75
Tints of Blue Diamond #542C75
RGB
CMYK
RGB Variations
Color information
#542C75 (or 0x542C75) is known color: Blue Diamond. HEX triplet: 54, 2C and 75. RGB value is (84,44,117). Sum of RGB (Red+Green+Blue) = 84+44+117=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #542C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C75 is #ABD38A. Grayscale: #404040. Windows color (decimal): -11260811 or 7679060. OLE color: 7679060.
HSL color Cylindrical-coordinate representation of color #542C75: hue angle of 272.88º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542C75 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 44 | 117 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.54 |
| HSL | 272.88º | 0.45% | 0.32% | - |
| HSV(B) | 272.88º | 0.62% | 0.46% | - |
| XYZ | 7.77 | 4.97 | 17.38 | - |
| YUV | 64.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 117 | 0.28 | 0.62 | 0 | 0.54 | 272.88 | 0.45 | 0.32 |
| Hex | 54 | 2C | 75 | 1C | 3E | 0 | 36 | 111 | 2D | 20 |
| Octal | 124 | 54 | 165 | 34 | 76 | 0 | 66 | 421 | 55 | 40 |
| Binary | 1010100 | 101100 | 1110101 | 11100 | 111110 | 0 | 110110 | 100010001 | 101101 | 100000 |
Color Harmonies of #542C75
Complementary color
Monochromatic Colors of #542C75
Black with #542C75
Text Example
Text Example
White with #542C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C75; }
p { color: rgb(84,44,117); }
H1.HeaderClassName
{
color: #542C75;
}
.AnyTagClassName
{
color: #542C75;
}
</style>
background-color css
<style>
a { background-color: #542C75; }
a { background-color: rgb(84,44,117); }
div.DivClassName
{
background-color: #542C75;
}
.BgClassName
{
background-color: #542C75;
}
</style>
border-color css
<style>
span { border-color: #542C75; }
span { border-color: rgb(84,44,117); }
td.TdClassName
{
border-color: #542C75;
}
.TagClassName
{
border-color: #542C75;
}
</style>