Shades of Blue Gem #52389C
Tints of Blue Gem #52389C
RGB
CMYK
RGB Variations
Color information
#52389C (or 0x52389C) is known color: Blue Gem. HEX triplet: 52, 38 and 9C. RGB value is (82,56,156). Sum of RGB (Red+Green+Blue) = 82+56+156=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #52389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52389C is #ADC763. Grayscale: #4A4A4A. Windows color (decimal): -11388772 or 10238034. OLE color: 10238034.
HSL color Cylindrical-coordinate representation of color #52389C: hue angle of 255.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52389C is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 56 | 156 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.39 |
| HSL | 255.6º | 0.47% | 0.42% | - |
| HSV(B) | 255.6º | 0.64% | 0.61% | - |
| XYZ | 10.89 | 7.02 | 32.23 | - |
| YUV | 75.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 156 | 0.47 | 0.64 | 0 | 0.39 | 255.6 | 0.47 | 0.42 |
| Hex | 52 | 38 | 9C | 2F | 40 | 0 | 27 | 100 | 2F | 2A |
| Octal | 122 | 70 | 234 | 57 | 100 | 0 | 47 | 400 | 57 | 52 |
| Binary | 1010010 | 111000 | 10011100 | 101111 | 1000000 | 0 | 100111 | 100000000 | 101111 | 101010 |
Color Harmonies of #52389C
Complementary color
Monochromatic Colors of #52389C
Black with #52389C
Text Example
Text Example
White with #52389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52389C; }
p { color: rgb(82,56,156); }
H1.HeaderClassName
{
color: #52389C;
}
.AnyTagClassName
{
color: #52389C;
}
</style>
background-color css
<style>
a { background-color: #52389C; }
a { background-color: rgb(82,56,156); }
div.DivClassName
{
background-color: #52389C;
}
.BgClassName
{
background-color: #52389C;
}
</style>
border-color css
<style>
span { border-color: #52389C; }
span { border-color: rgb(82,56,156); }
td.TdClassName
{
border-color: #52389C;
}
.TagClassName
{
border-color: #52389C;
}
</style>