Shades of Blue Gem #53409C
Tints of Blue Gem #53409C
RGB
CMYK
RGB Variations
Color information
#53409C (or 0x53409C) is known color: Blue Gem. HEX triplet: 53, 40 and 9C. RGB value is (83,64,156). Sum of RGB (Red+Green+Blue) = 83+64+156=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #53409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53409C is #ACBF63. Grayscale: #4F4F4F. Windows color (decimal): -11321188 or 10240083. OLE color: 10240083.
HSL color Cylindrical-coordinate representation of color #53409C: hue angle of 252.39º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53409C is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 64 | 156 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.39 |
| HSL | 252.39º | 0.42% | 0.43% | - |
| HSV(B) | 252.39º | 0.59% | 0.61% | - |
| XYZ | 11.4 | 7.91 | 32.38 | - |
| YUV | 80.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 156 | 0.47 | 0.59 | 0 | 0.39 | 252.39 | 0.42 | 0.43 |
| Hex | 53 | 40 | 9C | 2F | 3B | 0 | 27 | FC | 2A | 2B |
| Octal | 123 | 100 | 234 | 57 | 73 | 0 | 47 | 374 | 52 | 53 |
| Binary | 1010011 | 1000000 | 10011100 | 101111 | 111011 | 0 | 100111 | 11111100 | 101010 | 101011 |
Color Harmonies of #53409C
Complementary color
Monochromatic Colors of #53409C
Black with #53409C
Text Example
Text Example
White with #53409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53409C; }
p { color: rgb(83,64,156); }
H1.HeaderClassName
{
color: #53409C;
}
.AnyTagClassName
{
color: #53409C;
}
</style>
background-color css
<style>
a { background-color: #53409C; }
a { background-color: rgb(83,64,156); }
div.DivClassName
{
background-color: #53409C;
}
.BgClassName
{
background-color: #53409C;
}
</style>
border-color css
<style>
span { border-color: #53409C; }
span { border-color: rgb(83,64,156); }
td.TdClassName
{
border-color: #53409C;
}
.TagClassName
{
border-color: #53409C;
}
</style>