Shades of Blue Gem #53408F
Tints of Blue Gem #53408F
RGB
CMYK
RGB Variations
Color information
#53408F (or 0x53408F) is known color: Blue Gem. HEX triplet: 53, 40 and 8F. RGB value is (83,64,143). Sum of RGB (Red+Green+Blue) = 83+64+143=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #53408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53408F is #ACBF70. Grayscale: #4E4E4E. Windows color (decimal): -11321201 or 9388115. OLE color: 9388115.
HSL color Cylindrical-coordinate representation of color #53408F: hue angle of 254.43º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53408F is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 64 | 143 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.44 |
| HSL | 254.43º | 0.38% | 0.41% | - |
| HSV(B) | 254.43º | 0.55% | 0.56% | - |
| XYZ | 10.36 | 7.49 | 26.89 | - |
| YUV | 78.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 143 | 0.42 | 0.55 | 0 | 0.44 | 254.43 | 0.38 | 0.41 |
| Hex | 53 | 40 | 8F | 2A | 37 | 0 | 2C | FE | 26 | 29 |
| Octal | 123 | 100 | 217 | 52 | 67 | 0 | 54 | 376 | 46 | 51 |
| Binary | 1010011 | 1000000 | 10001111 | 101010 | 110111 | 0 | 101100 | 11111110 | 100110 | 101001 |
Color Harmonies of #53408F
Complementary color
Monochromatic Colors of #53408F
Black with #53408F
Text Example
Text Example
White with #53408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53408F; }
p { color: rgb(83,64,143); }
H1.HeaderClassName
{
color: #53408F;
}
.AnyTagClassName
{
color: #53408F;
}
</style>
background-color css
<style>
a { background-color: #53408F; }
a { background-color: rgb(83,64,143); }
div.DivClassName
{
background-color: #53408F;
}
.BgClassName
{
background-color: #53408F;
}
</style>
border-color css
<style>
span { border-color: #53408F; }
span { border-color: rgb(83,64,143); }
td.TdClassName
{
border-color: #53408F;
}
.TagClassName
{
border-color: #53408F;
}
</style>