Shades of Blue Gem #53409D
Tints of Blue Gem #53409D
RGB
CMYK
RGB Variations
Color information
#53409D (or 0x53409D) is known color: Blue Gem. HEX triplet: 53, 40 and 9D. RGB value is (83,64,157). Sum of RGB (Red+Green+Blue) = 83+64+157=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #53409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53409D is #ACBF62. Grayscale: #4F4F4F. Windows color (decimal): -11321187 or 10305619. OLE color: 10305619.
HSL color Cylindrical-coordinate representation of color #53409D: hue angle of 252.26º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53409D is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 64 | 157 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.38 |
| HSL | 252.26º | 0.42% | 0.43% | - |
| HSV(B) | 252.26º | 0.59% | 0.62% | - |
| XYZ | 11.49 | 7.94 | 32.83 | - |
| YUV | 80.28 | 171.29 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 157 | 0.47 | 0.59 | 0 | 0.38 | 252.26 | 0.42 | 0.43 |
| Hex | 53 | 40 | 9D | 2F | 3B | 0 | 26 | FC | 2A | 2B |
| Octal | 123 | 100 | 235 | 57 | 73 | 0 | 46 | 374 | 52 | 53 |
| Binary | 1010011 | 1000000 | 10011101 | 101111 | 111011 | 0 | 100110 | 11111100 | 101010 | 101011 |
Color Harmonies of #53409D
Complementary color
Monochromatic Colors of #53409D
Black with #53409D
Text Example
Text Example
White with #53409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53409D; }
p { color: rgb(83,64,157); }
H1.HeaderClassName
{
color: #53409D;
}
.AnyTagClassName
{
color: #53409D;
}
</style>
background-color css
<style>
a { background-color: #53409D; }
a { background-color: rgb(83,64,157); }
div.DivClassName
{
background-color: #53409D;
}
.BgClassName
{
background-color: #53409D;
}
</style>
border-color css
<style>
span { border-color: #53409D; }
span { border-color: rgb(83,64,157); }
td.TdClassName
{
border-color: #53409D;
}
.TagClassName
{
border-color: #53409D;
}
</style>