Shades of Blue Diamond #532471
Tints of Blue Diamond #532471
RGB
CMYK
RGB Variations
Color information
#532471 (or 0x532471) is known color: Blue Diamond. HEX triplet: 53, 24 and 71. RGB value is (83,36,113). Sum of RGB (Red+Green+Blue) = 83+36+113=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #532471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532471 is #ACDB8E. Grayscale: #3A3A3A. Windows color (decimal): -11328399 or 7414867. OLE color: 7414867.
HSL color Cylindrical-coordinate representation of color #532471: hue angle of 276.62º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #532471 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 36 | 113 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.56 |
| HSL | 276.62º | 0.52% | 0.29% | - |
| HSV(B) | 276.62º | 0.68% | 0.44% | - |
| XYZ | 7.18 | 4.29 | 16.07 | - |
| YUV | 58.83 | 158.57 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 113 | 0.27 | 0.68 | 0 | 0.56 | 276.62 | 0.52 | 0.29 |
| Hex | 53 | 24 | 71 | 1B | 44 | 0 | 38 | 115 | 34 | 1D |
| Octal | 123 | 44 | 161 | 33 | 104 | 0 | 70 | 425 | 64 | 35 |
| Binary | 1010011 | 100100 | 1110001 | 11011 | 1000100 | 0 | 111000 | 100010101 | 110100 | 11101 |
Color Harmonies of #532471
Complementary color
Monochromatic Colors of #532471
Black with #532471
Text Example
Text Example
White with #532471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532471; }
p { color: rgb(83,36,113); }
H1.HeaderClassName
{
color: #532471;
}
.AnyTagClassName
{
color: #532471;
}
</style>
background-color css
<style>
a { background-color: #532471; }
a { background-color: rgb(83,36,113); }
div.DivClassName
{
background-color: #532471;
}
.BgClassName
{
background-color: #532471;
}
</style>
border-color css
<style>
span { border-color: #532471; }
span { border-color: rgb(83,36,113); }
td.TdClassName
{
border-color: #532471;
}
.TagClassName
{
border-color: #532471;
}
</style>