Shades of Blue Gem #53449C
Tints of Blue Gem #53449C
RGB
CMYK
RGB Variations
Color information
#53449C (or 0x53449C) is known color: Blue Gem. HEX triplet: 53, 44 and 9C. RGB value is (83,68,156). Sum of RGB (Red+Green+Blue) = 83+68+156=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #53449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53449C is #ACBB63. Grayscale: #525252. Windows color (decimal): -11320164 or 10241107. OLE color: 10241107.
HSL color Cylindrical-coordinate representation of color #53449C: hue angle of 250.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53449C is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 68 | 156 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.39 |
| HSL | 250.23º | 0.39% | 0.44% | - |
| HSV(B) | 250.23º | 0.56% | 0.61% | - |
| XYZ | 11.64 | 8.37 | 32.46 | - |
| YUV | 82.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 156 | 0.47 | 0.56 | 0 | 0.39 | 250.23 | 0.39 | 0.44 |
| Hex | 53 | 44 | 9C | 2F | 38 | 0 | 27 | FA | 27 | 2C |
| Octal | 123 | 104 | 234 | 57 | 70 | 0 | 47 | 372 | 47 | 54 |
| Binary | 1010011 | 1000100 | 10011100 | 101111 | 111000 | 0 | 100111 | 11111010 | 100111 | 101100 |
Color Harmonies of #53449C
Complementary color
Monochromatic Colors of #53449C
Black with #53449C
Text Example
Text Example
White with #53449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53449C; }
p { color: rgb(83,68,156); }
H1.HeaderClassName
{
color: #53449C;
}
.AnyTagClassName
{
color: #53449C;
}
</style>
background-color css
<style>
a { background-color: #53449C; }
a { background-color: rgb(83,68,156); }
div.DivClassName
{
background-color: #53449C;
}
.BgClassName
{
background-color: #53449C;
}
</style>
border-color css
<style>
span { border-color: #53449C; }
span { border-color: rgb(83,68,156); }
td.TdClassName
{
border-color: #53449C;
}
.TagClassName
{
border-color: #53449C;
}
</style>