Shades of Blue Gem #5440A8
Tints of Blue Gem #5440A8
RGB
CMYK
RGB Variations
Color information
#5440A8 (or 0x5440A8) is known color: Blue Gem. HEX triplet: 54, 40 and A8. RGB value is (84,64,168). Sum of RGB (Red+Green+Blue) = 84+64+168=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #5440A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5440A8 is #ABBF57. Grayscale: #515151. Windows color (decimal): -11255640 or 11026516. OLE color: 11026516.
HSL color Cylindrical-coordinate representation of color #5440A8: hue angle of 251.54º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5440A8 is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 64 | 168 | - |
| CMYK | 0.5 | 0.62 | 0 | 0.34 |
| HSL | 251.54º | 0.45% | 0.45% | - |
| HSV(B) | 251.54º | 0.62% | 0.66% | - |
| XYZ | 12.56 | 8.38 | 38 | - |
| YUV | 81.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 168 | 0.5 | 0.62 | 0 | 0.34 | 251.54 | 0.45 | 0.45 |
| Hex | 54 | 40 | A8 | 32 | 3E | 0 | 22 | FC | 2D | 2D |
| Octal | 124 | 100 | 250 | 62 | 76 | 0 | 42 | 374 | 55 | 55 |
| Binary | 1010100 | 1000000 | 10101000 | 110010 | 111110 | 0 | 100010 | 11111100 | 101101 | 101101 |
Color Harmonies of #5440A8
Complementary color
Monochromatic Colors of #5440A8
Black with #5440A8
Text Example
Text Example
White with #5440A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5440A8; }
p { color: rgb(84,64,168); }
H1.HeaderClassName
{
color: #5440A8;
}
.AnyTagClassName
{
color: #5440A8;
}
</style>
background-color css
<style>
a { background-color: #5440A8; }
a { background-color: rgb(84,64,168); }
div.DivClassName
{
background-color: #5440A8;
}
.BgClassName
{
background-color: #5440A8;
}
</style>
border-color css
<style>
span { border-color: #5440A8; }
span { border-color: rgb(84,64,168); }
td.TdClassName
{
border-color: #5440A8;
}
.TagClassName
{
border-color: #5440A8;
}
</style>