Shades of Blue Diamond #54176E
Tints of Blue Diamond #54176E
RGB
CMYK
RGB Variations
Color information
#54176E (or 0x54176E) is known color: Blue Diamond. HEX triplet: 54, 17 and 6E. RGB value is (84,23,110). Sum of RGB (Red+Green+Blue) = 84+23+110=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #54176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54176E is #ABE891. Grayscale: #323232. Windows color (decimal): -11266194 or 7214932. OLE color: 7214932.
HSL color Cylindrical-coordinate representation of color #54176E: hue angle of 282.07º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54176E is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 23 | 110 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.57 |
| HSL | 282.07º | 0.65% | 0.26% | - |
| HSV(B) | 282.07º | 0.79% | 0.43% | - |
| XYZ | 6.78 | 3.62 | 15.09 | - |
| YUV | 51.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 110 | 0.24 | 0.79 | 0 | 0.57 | 282.07 | 0.65 | 0.26 |
| Hex | 54 | 17 | 6E | 18 | 4F | 0 | 39 | 11A | 41 | 1A |
| Octal | 124 | 27 | 156 | 30 | 117 | 0 | 71 | 432 | 101 | 32 |
| Binary | 1010100 | 10111 | 1101110 | 11000 | 1001111 | 0 | 111001 | 100011010 | 1000001 | 11010 |
Color Harmonies of #54176E
Complementary color
Monochromatic Colors of #54176E
Black with #54176E
Text Example
Text Example
White with #54176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54176E; }
p { color: rgb(84,23,110); }
H1.HeaderClassName
{
color: #54176E;
}
.AnyTagClassName
{
color: #54176E;
}
</style>
background-color css
<style>
a { background-color: #54176E; }
a { background-color: rgb(84,23,110); }
div.DivClassName
{
background-color: #54176E;
}
.BgClassName
{
background-color: #54176E;
}
</style>
border-color css
<style>
span { border-color: #54176E; }
span { border-color: rgb(84,23,110); }
td.TdClassName
{
border-color: #54176E;
}
.TagClassName
{
border-color: #54176E;
}
</style>