Shades of Blue Gem #52379C
Tints of Blue Gem #52379C
RGB
CMYK
RGB Variations
Color information
#52379C (or 0x52379C) is known color: Blue Gem. HEX triplet: 52, 37 and 9C. RGB value is (82,55,156). Sum of RGB (Red+Green+Blue) = 82+55+156=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #52379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52379C is #ADC863. Grayscale: #4A4A4A. Windows color (decimal): -11389028 or 10237778. OLE color: 10237778.
HSL color Cylindrical-coordinate representation of color #52379C: hue angle of 256.04º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52379C is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 55 | 156 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.39 |
| HSL | 256.04º | 0.48% | 0.41% | - |
| HSV(B) | 256.04º | 0.65% | 0.61% | - |
| XYZ | 10.85 | 6.93 | 32.22 | - |
| YUV | 74.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 156 | 0.47 | 0.65 | 0 | 0.39 | 256.04 | 0.48 | 0.41 |
| Hex | 52 | 37 | 9C | 2F | 41 | 0 | 27 | 100 | 30 | 29 |
| Octal | 122 | 67 | 234 | 57 | 101 | 0 | 47 | 400 | 60 | 51 |
| Binary | 1010010 | 110111 | 10011100 | 101111 | 1000001 | 0 | 100111 | 100000000 | 110000 | 101001 |
Color Harmonies of #52379C
Complementary color
Monochromatic Colors of #52379C
Black with #52379C
Text Example
Text Example
White with #52379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52379C; }
p { color: rgb(82,55,156); }
H1.HeaderClassName
{
color: #52379C;
}
.AnyTagClassName
{
color: #52379C;
}
</style>
background-color css
<style>
a { background-color: #52379C; }
a { background-color: rgb(82,55,156); }
div.DivClassName
{
background-color: #52379C;
}
.BgClassName
{
background-color: #52379C;
}
</style>
border-color css
<style>
span { border-color: #52379C; }
span { border-color: rgb(82,55,156); }
td.TdClassName
{
border-color: #52379C;
}
.TagClassName
{
border-color: #52379C;
}
</style>