Shades of Blue Diamond #52396B
Tints of Blue Diamond #52396B
RGB
CMYK
RGB Variations
Color information
#52396B (or 0x52396B) is known color: Blue Diamond. HEX triplet: 52, 39 and 6B. RGB value is (82,57,107). Sum of RGB (Red+Green+Blue) = 82+57+107=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #52396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52396B is #ADC694. Grayscale: #454545. Windows color (decimal): -11388565 or 7027026. OLE color: 7027026.
HSL color Cylindrical-coordinate representation of color #52396B: hue angle of 270º degrees, saturation: 0.3, 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 #52396B is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 57 | 107 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.58 |
| HSL | 270º | 0.3% | 0.32% | - |
| HSV(B) | 270º | 0.47% | 0.42% | - |
| XYZ | 7.6 | 5.78 | 14.63 | - |
| YUV | 70.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 107 | 0.23 | 0.47 | 0 | 0.58 | 270 | 0.3 | 0.32 |
| Hex | 52 | 39 | 6B | 17 | 2F | 0 | 3A | 10E | 1E | 20 |
| Octal | 122 | 71 | 153 | 27 | 57 | 0 | 72 | 416 | 36 | 40 |
| Binary | 1010010 | 111001 | 1101011 | 10111 | 101111 | 0 | 111010 | 100001110 | 11110 | 100000 |
Color Harmonies of #52396B
Complementary color
Monochromatic Colors of #52396B
Black with #52396B
Text Example
Text Example
White with #52396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52396B; }
p { color: rgb(82,57,107); }
H1.HeaderClassName
{
color: #52396B;
}
.AnyTagClassName
{
color: #52396B;
}
</style>
background-color css
<style>
a { background-color: #52396B; }
a { background-color: rgb(82,57,107); }
div.DivClassName
{
background-color: #52396B;
}
.BgClassName
{
background-color: #52396B;
}
</style>
border-color css
<style>
span { border-color: #52396B; }
span { border-color: rgb(82,57,107); }
td.TdClassName
{
border-color: #52396B;
}
.TagClassName
{
border-color: #52396B;
}
</style>