Shades of Blue Gem #52399C
Tints of Blue Gem #52399C
RGB
CMYK
RGB Variations
Color information
#52399C (or 0x52399C) is known color: Blue Gem. HEX triplet: 52, 39 and 9C. RGB value is (82,57,156). Sum of RGB (Red+Green+Blue) = 82+57+156=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #52399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52399C is #ADC663. Grayscale: #4B4B4B. Windows color (decimal): -11388516 or 10238290. OLE color: 10238290.
HSL color Cylindrical-coordinate representation of color #52399C: hue angle of 255.15º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52399C is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 57 | 156 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.39 |
| HSL | 255.15º | 0.46% | 0.42% | - |
| HSV(B) | 255.15º | 0.63% | 0.61% | - |
| XYZ | 10.94 | 7.12 | 32.25 | - |
| YUV | 75.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 156 | 0.47 | 0.63 | 0 | 0.39 | 255.15 | 0.46 | 0.42 |
| Hex | 52 | 39 | 9C | 2F | 3F | 0 | 27 | FF | 2E | 2A |
| Octal | 122 | 71 | 234 | 57 | 77 | 0 | 47 | 377 | 56 | 52 |
| Binary | 1010010 | 111001 | 10011100 | 101111 | 111111 | 0 | 100111 | 11111111 | 101110 | 101010 |
Color Harmonies of #52399C
Complementary color
Monochromatic Colors of #52399C
Black with #52399C
Text Example
Text Example
White with #52399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52399C; }
p { color: rgb(82,57,156); }
H1.HeaderClassName
{
color: #52399C;
}
.AnyTagClassName
{
color: #52399C;
}
</style>
background-color css
<style>
a { background-color: #52399C; }
a { background-color: rgb(82,57,156); }
div.DivClassName
{
background-color: #52399C;
}
.BgClassName
{
background-color: #52399C;
}
</style>
border-color css
<style>
span { border-color: #52399C; }
span { border-color: rgb(82,57,156); }
td.TdClassName
{
border-color: #52399C;
}
.TagClassName
{
border-color: #52399C;
}
</style>