Shades of Blue Diamond #52396C
Tints of Blue Diamond #52396C
RGB
CMYK
RGB Variations
Color information
#52396C (or 0x52396C) is known color: Blue Diamond. HEX triplet: 52, 39 and 6C. RGB value is (82,57,108). Sum of RGB (Red+Green+Blue) = 82+57+108=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #52396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52396C is #ADC693. Grayscale: #464646. Windows color (decimal): -11388564 or 7092562. OLE color: 7092562.
HSL color Cylindrical-coordinate representation of color #52396C: hue angle of 269.41º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52396C is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 57 | 108 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.58 |
| HSL | 269.41º | 0.31% | 0.32% | - |
| HSV(B) | 269.41º | 0.47% | 0.42% | - |
| XYZ | 7.65 | 5.8 | 14.9 | - |
| YUV | 70.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 108 | 0.24 | 0.47 | 0 | 0.58 | 269.41 | 0.31 | 0.32 |
| Hex | 52 | 39 | 6C | 18 | 2F | 0 | 3A | 10D | 1F | 20 |
| Octal | 122 | 71 | 154 | 30 | 57 | 0 | 72 | 415 | 37 | 40 |
| Binary | 1010010 | 111001 | 1101100 | 11000 | 101111 | 0 | 111010 | 100001101 | 11111 | 100000 |
Color Harmonies of #52396C
Complementary color
Monochromatic Colors of #52396C
Black with #52396C
Text Example
Text Example
White with #52396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52396C; }
p { color: rgb(82,57,108); }
H1.HeaderClassName
{
color: #52396C;
}
.AnyTagClassName
{
color: #52396C;
}
</style>
background-color css
<style>
a { background-color: #52396C; }
a { background-color: rgb(82,57,108); }
div.DivClassName
{
background-color: #52396C;
}
.BgClassName
{
background-color: #52396C;
}
</style>
border-color css
<style>
span { border-color: #52396C; }
span { border-color: rgb(82,57,108); }
td.TdClassName
{
border-color: #52396C;
}
.TagClassName
{
border-color: #52396C;
}
</style>