Shades of Blue Diamond #542B75
Tints of Blue Diamond #542B75
RGB
CMYK
RGB Variations
Color information
#542B75 (or 0x542B75) is known color: Blue Diamond. HEX triplet: 54, 2B and 75. RGB value is (84,43,117). Sum of RGB (Red+Green+Blue) = 84+43+117=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #542B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B75 is #ABD48A. Grayscale: #3F3F3F. Windows color (decimal): -11261067 or 7678804. OLE color: 7678804.
HSL color Cylindrical-coordinate representation of color #542B75: hue angle of 273.24º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #542B75 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 43 | 117 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.54 |
| HSL | 273.24º | 0.46% | 0.31% | - |
| HSV(B) | 273.24º | 0.63% | 0.46% | - |
| XYZ | 7.73 | 4.9 | 17.37 | - |
| YUV | 63.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 117 | 0.28 | 0.63 | 0 | 0.54 | 273.24 | 0.46 | 0.31 |
| Hex | 54 | 2B | 75 | 1C | 3F | 0 | 36 | 111 | 2E | 1F |
| Octal | 124 | 53 | 165 | 34 | 77 | 0 | 66 | 421 | 56 | 37 |
| Binary | 1010100 | 101011 | 1110101 | 11100 | 111111 | 0 | 110110 | 100010001 | 101110 | 11111 |
Color Harmonies of #542B75
Complementary color
Monochromatic Colors of #542B75
Black with #542B75
Text Example
Text Example
White with #542B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B75; }
p { color: rgb(84,43,117); }
H1.HeaderClassName
{
color: #542B75;
}
.AnyTagClassName
{
color: #542B75;
}
</style>
background-color css
<style>
a { background-color: #542B75; }
a { background-color: rgb(84,43,117); }
div.DivClassName
{
background-color: #542B75;
}
.BgClassName
{
background-color: #542B75;
}
</style>
border-color css
<style>
span { border-color: #542B75; }
span { border-color: rgb(84,43,117); }
td.TdClassName
{
border-color: #542B75;
}
.TagClassName
{
border-color: #542B75;
}
</style>