Shades of Blue Gem #54419F
Tints of Blue Gem #54419F
RGB
CMYK
RGB Variations
Color information
#54419F (or 0x54419F) is known color: Blue Gem. HEX triplet: 54, 41 and 9F. RGB value is (84,65,159). Sum of RGB (Red+Green+Blue) = 84+65+159=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #54419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54419F is #ABBE60. Grayscale: #515151. Windows color (decimal): -11255393 or 10436948. OLE color: 10436948.
HSL color Cylindrical-coordinate representation of color #54419F: hue angle of 252.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54419F is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 65 | 159 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.38 |
| HSL | 252.13º | 0.42% | 0.44% | - |
| HSV(B) | 252.13º | 0.59% | 0.62% | - |
| XYZ | 11.8 | 8.17 | 33.76 | - |
| YUV | 81.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 159 | 0.47 | 0.59 | 0 | 0.38 | 252.13 | 0.42 | 0.44 |
| Hex | 54 | 41 | 9F | 2F | 3B | 0 | 26 | FC | 2A | 2C |
| Octal | 124 | 101 | 237 | 57 | 73 | 0 | 46 | 374 | 52 | 54 |
| Binary | 1010100 | 1000001 | 10011111 | 101111 | 111011 | 0 | 100110 | 11111100 | 101010 | 101100 |
Color Harmonies of #54419F
Complementary color
Monochromatic Colors of #54419F
Black with #54419F
Text Example
Text Example
White with #54419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54419F; }
p { color: rgb(84,65,159); }
H1.HeaderClassName
{
color: #54419F;
}
.AnyTagClassName
{
color: #54419F;
}
</style>
background-color css
<style>
a { background-color: #54419F; }
a { background-color: rgb(84,65,159); }
div.DivClassName
{
background-color: #54419F;
}
.BgClassName
{
background-color: #54419F;
}
</style>
border-color css
<style>
span { border-color: #54419F; }
span { border-color: rgb(84,65,159); }
td.TdClassName
{
border-color: #54419F;
}
.TagClassName
{
border-color: #54419F;
}
</style>