Shades of Blue Gem #54459B
Tints of Blue Gem #54459B
RGB
CMYK
RGB Variations
Color information
#54459B (or 0x54459B) is known color: Blue Gem. HEX triplet: 54, 45 and 9B. RGB value is (84,69,155). Sum of RGB (Red+Green+Blue) = 84+69+155=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #54459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54459B is #ABBA64. Grayscale: #525252. Windows color (decimal): -11254373 or 10175828. OLE color: 10175828.
HSL color Cylindrical-coordinate representation of color #54459B: hue angle of 250.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54459B is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 69 | 155 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.39 |
| HSL | 250.47º | 0.38% | 0.44% | - |
| HSV(B) | 250.47º | 0.55% | 0.61% | - |
| XYZ | 11.7 | 8.51 | 32.04 | - |
| YUV | 83.29 | 168.47 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 69 | 155 | 0.46 | 0.55 | 0 | 0.39 | 250.47 | 0.38 | 0.44 |
| Hex | 54 | 45 | 9B | 2E | 37 | 0 | 27 | FA | 26 | 2C |
| Octal | 124 | 105 | 233 | 56 | 67 | 0 | 47 | 372 | 46 | 54 |
| Binary | 1010100 | 1000101 | 10011011 | 101110 | 110111 | 0 | 100111 | 11111010 | 100110 | 101100 |
Color Harmonies of #54459B
Complementary color
Monochromatic Colors of #54459B
Black with #54459B
Text Example
Text Example
White with #54459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54459B; }
p { color: rgb(84,69,155); }
H1.HeaderClassName
{
color: #54459B;
}
.AnyTagClassName
{
color: #54459B;
}
</style>
background-color css
<style>
a { background-color: #54459B; }
a { background-color: rgb(84,69,155); }
div.DivClassName
{
background-color: #54459B;
}
.BgClassName
{
background-color: #54459B;
}
</style>
border-color css
<style>
span { border-color: #54459B; }
span { border-color: rgb(84,69,155); }
td.TdClassName
{
border-color: #54459B;
}
.TagClassName
{
border-color: #54459B;
}
</style>