Shades of Blue Diamond #54176F
Tints of Blue Diamond #54176F
RGB
CMYK
RGB Variations
Color information
#54176F (or 0x54176F) is known color: Blue Diamond. HEX triplet: 54, 17 and 6F. RGB value is (84,23,111). Sum of RGB (Red+Green+Blue) = 84+23+111=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #54176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54176F is #ABE890. Grayscale: #323232. Windows color (decimal): -11266193 or 7280468. OLE color: 7280468.
HSL color Cylindrical-coordinate representation of color #54176F: hue angle of 281.59º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54176F is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 23 | 111 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.56 |
| HSL | 281.59º | 0.66% | 0.26% | - |
| HSV(B) | 281.59º | 0.79% | 0.44% | - |
| XYZ | 6.83 | 3.65 | 15.38 | - |
| YUV | 51.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 111 | 0.24 | 0.79 | 0 | 0.56 | 281.59 | 0.66 | 0.26 |
| Hex | 54 | 17 | 6F | 18 | 4F | 0 | 38 | 11A | 42 | 1A |
| Octal | 124 | 27 | 157 | 30 | 117 | 0 | 70 | 432 | 102 | 32 |
| Binary | 1010100 | 10111 | 1101111 | 11000 | 1001111 | 0 | 111000 | 100011010 | 1000010 | 11010 |
Color Harmonies of #54176F
Complementary color
Monochromatic Colors of #54176F
Black with #54176F
Text Example
Text Example
White with #54176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54176F; }
p { color: rgb(84,23,111); }
H1.HeaderClassName
{
color: #54176F;
}
.AnyTagClassName
{
color: #54176F;
}
</style>
background-color css
<style>
a { background-color: #54176F; }
a { background-color: rgb(84,23,111); }
div.DivClassName
{
background-color: #54176F;
}
.BgClassName
{
background-color: #54176F;
}
</style>
border-color css
<style>
span { border-color: #54176F; }
span { border-color: rgb(84,23,111); }
td.TdClassName
{
border-color: #54176F;
}
.TagClassName
{
border-color: #54176F;
}
</style>