Shades of Blue Diamond #532B77
Tints of Blue Diamond #532B77
RGB
CMYK
RGB Variations
Color information
#532B77 (or 0x532B77) is known color: Blue Diamond. HEX triplet: 53, 2B and 77. RGB value is (83,43,119). Sum of RGB (Red+Green+Blue) = 83+43+119=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #532B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532B77 is #ACD488. Grayscale: #3F3F3F. Windows color (decimal): -11326601 or 7809875. OLE color: 7809875.
HSL color Cylindrical-coordinate representation of color #532B77: hue angle of 271.58º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532B77 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 43 | 119 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.53 |
| HSL | 271.58º | 0.47% | 0.32% | - |
| HSV(B) | 271.58º | 0.64% | 0.47% | - |
| XYZ | 7.76 | 4.9 | 17.99 | - |
| YUV | 63.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 119 | 0.30 | 0.64 | 0 | 0.53 | 271.58 | 0.47 | 0.32 |
| Hex | 53 | 2B | 77 | 1E | 40 | 0 | 35 | 110 | 2F | 20 |
| Octal | 123 | 53 | 167 | 36 | 100 | 0 | 65 | 420 | 57 | 40 |
| Binary | 1010011 | 101011 | 1110111 | 11110 | 1000000 | 0 | 110101 | 100010000 | 101111 | 100000 |
Color Harmonies of #532B77
Complementary color
Monochromatic Colors of #532B77
Black with #532B77
Text Example
Text Example
White with #532B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B77; }
p { color: rgb(83,43,119); }
H1.HeaderClassName
{
color: #532B77;
}
.AnyTagClassName
{
color: #532B77;
}
</style>
background-color css
<style>
a { background-color: #532B77; }
a { background-color: rgb(83,43,119); }
div.DivClassName
{
background-color: #532B77;
}
.BgClassName
{
background-color: #532B77;
}
</style>
border-color css
<style>
span { border-color: #532B77; }
span { border-color: rgb(83,43,119); }
td.TdClassName
{
border-color: #532B77;
}
.TagClassName
{
border-color: #532B77;
}
</style>