Shades of Blue Diamond #52306C
Tints of Blue Diamond #52306C
RGB
CMYK
RGB Variations
Color information
#52306C (or 0x52306C) is known color: Blue Diamond. HEX triplet: 52, 30 and 6C. RGB value is (82,48,108). Sum of RGB (Red+Green+Blue) = 82+48+108=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #52306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52306C is #ADCF93. Grayscale: #404040. Windows color (decimal): -11390868 or 7090258. OLE color: 7090258.
HSL color Cylindrical-coordinate representation of color #52306C: hue angle of 274º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52306C is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 48 | 108 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.58 |
| HSL | 274º | 0.38% | 0.31% | - |
| HSV(B) | 274º | 0.56% | 0.42% | - |
| XYZ | 7.24 | 4.99 | 14.77 | - |
| YUV | 65.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 108 | 0.24 | 0.56 | 0 | 0.58 | 274 | 0.38 | 0.31 |
| Hex | 52 | 30 | 6C | 18 | 38 | 0 | 3A | 112 | 26 | 1F |
| Octal | 122 | 60 | 154 | 30 | 70 | 0 | 72 | 422 | 46 | 37 |
| Binary | 1010010 | 110000 | 1101100 | 11000 | 111000 | 0 | 111010 | 100010010 | 100110 | 11111 |
Color Harmonies of #52306C
Complementary color
Monochromatic Colors of #52306C
Black with #52306C
Text Example
Text Example
White with #52306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52306C; }
p { color: rgb(82,48,108); }
H1.HeaderClassName
{
color: #52306C;
}
.AnyTagClassName
{
color: #52306C;
}
</style>
background-color css
<style>
a { background-color: #52306C; }
a { background-color: rgb(82,48,108); }
div.DivClassName
{
background-color: #52306C;
}
.BgClassName
{
background-color: #52306C;
}
</style>
border-color css
<style>
span { border-color: #52306C; }
span { border-color: rgb(82,48,108); }
td.TdClassName
{
border-color: #52306C;
}
.TagClassName
{
border-color: #52306C;
}
</style>