Shades of Blue Diamond #532379
Tints of Blue Diamond #532379
RGB
CMYK
RGB Variations
Color information
#532379 (or 0x532379) is known color: Blue Diamond. HEX triplet: 53, 23 and 79. RGB value is (83,35,121). Sum of RGB (Red+Green+Blue) = 83+35+121=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #532379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532379 is #ACDC86. Grayscale: #3A3A3A. Windows color (decimal): -11328647 or 7938899. OLE color: 7938899.
HSL color Cylindrical-coordinate representation of color #532379: hue angle of 273.49º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532379 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 35 | 121 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.53 |
| HSL | 273.49º | 0.55% | 0.31% | - |
| HSV(B) | 273.49º | 0.71% | 0.47% | - |
| XYZ | 7.62 | 4.42 | 18.54 | - |
| YUV | 59.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 121 | 0.31 | 0.71 | 0 | 0.53 | 273.49 | 0.55 | 0.31 |
| Hex | 53 | 23 | 79 | 1F | 47 | 0 | 35 | 111 | 37 | 1F |
| Octal | 123 | 43 | 171 | 37 | 107 | 0 | 65 | 421 | 67 | 37 |
| Binary | 1010011 | 100011 | 1111001 | 11111 | 1000111 | 0 | 110101 | 100010001 | 110111 | 11111 |
Color Harmonies of #532379
Complementary color
Monochromatic Colors of #532379
Black with #532379
Text Example
Text Example
White with #532379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532379; }
p { color: rgb(83,35,121); }
H1.HeaderClassName
{
color: #532379;
}
.AnyTagClassName
{
color: #532379;
}
</style>
background-color css
<style>
a { background-color: #532379; }
a { background-color: rgb(83,35,121); }
div.DivClassName
{
background-color: #532379;
}
.BgClassName
{
background-color: #532379;
}
</style>
border-color css
<style>
span { border-color: #532379; }
span { border-color: rgb(83,35,121); }
td.TdClassName
{
border-color: #532379;
}
.TagClassName
{
border-color: #532379;
}
</style>