Shades of Blue Gem #54459D
Tints of Blue Gem #54459D
RGB
CMYK
RGB Variations
Color information
#54459D (or 0x54459D) is known color: Blue Gem. HEX triplet: 54, 45 and 9D. RGB value is (84,69,157). Sum of RGB (Red+Green+Blue) = 84+69+157=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #54459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54459D is #ABBA62. Grayscale: #535353. Windows color (decimal): -11254371 or 10306900. OLE color: 10306900.
HSL color Cylindrical-coordinate representation of color #54459D: hue angle of 250.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54459D is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 69 | 157 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.38 |
| HSL | 250.23º | 0.39% | 0.44% | - |
| HSV(B) | 250.23º | 0.56% | 0.62% | - |
| XYZ | 11.87 | 8.58 | 32.93 | - |
| YUV | 83.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 157 | 0.46 | 0.56 | 0 | 0.38 | 250.23 | 0.39 | 0.44 |
| Hex | 54 | 45 | 9D | 2E | 38 | 0 | 26 | FA | 27 | 2C |
| Octal | 124 | 105 | 235 | 56 | 70 | 0 | 46 | 372 | 47 | 54 |
| Binary | 1010100 | 1000101 | 10011101 | 101110 | 111000 | 0 | 100110 | 11111010 | 100111 | 101100 |
Color Harmonies of #54459D
Complementary color
Monochromatic Colors of #54459D
Black with #54459D
Text Example
Text Example
White with #54459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54459D; }
p { color: rgb(84,69,157); }
H1.HeaderClassName
{
color: #54459D;
}
.AnyTagClassName
{
color: #54459D;
}
</style>
background-color css
<style>
a { background-color: #54459D; }
a { background-color: rgb(84,69,157); }
div.DivClassName
{
background-color: #54459D;
}
.BgClassName
{
background-color: #54459D;
}
</style>
border-color css
<style>
span { border-color: #54459D; }
span { border-color: rgb(84,69,157); }
td.TdClassName
{
border-color: #54459D;
}
.TagClassName
{
border-color: #54459D;
}
</style>