Shades of Blue Diamond #532277
Tints of Blue Diamond #532277
RGB
CMYK
RGB Variations
Color information
#532277 (or 0x532277) is known color: Blue Diamond. HEX triplet: 53, 22 and 77. RGB value is (83,34,119). Sum of RGB (Red+Green+Blue) = 83+34+119=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #532277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532277 is #ACDD88. Grayscale: #3A3A3A. Windows color (decimal): -11328905 or 7807571. OLE color: 7807571.
HSL color Cylindrical-coordinate representation of color #532277: hue angle of 274.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532277 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 34 | 119 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.53 |
| HSL | 274.59º | 0.56% | 0.3% | - |
| HSV(B) | 274.59º | 0.71% | 0.47% | - |
| XYZ | 7.47 | 4.31 | 17.89 | - |
| YUV | 58.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 119 | 0.30 | 0.71 | 0 | 0.53 | 274.59 | 0.56 | 0.3 |
| Hex | 53 | 22 | 77 | 1E | 47 | 0 | 35 | 113 | 38 | 1E |
| Octal | 123 | 42 | 167 | 36 | 107 | 0 | 65 | 423 | 70 | 36 |
| Binary | 1010011 | 100010 | 1110111 | 11110 | 1000111 | 0 | 110101 | 100010011 | 111000 | 11110 |
Color Harmonies of #532277
Complementary color
Monochromatic Colors of #532277
Black with #532277
Text Example
Text Example
White with #532277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532277; }
p { color: rgb(83,34,119); }
H1.HeaderClassName
{
color: #532277;
}
.AnyTagClassName
{
color: #532277;
}
</style>
background-color css
<style>
a { background-color: #532277; }
a { background-color: rgb(83,34,119); }
div.DivClassName
{
background-color: #532277;
}
.BgClassName
{
background-color: #532277;
}
</style>
border-color css
<style>
span { border-color: #532277; }
span { border-color: rgb(83,34,119); }
td.TdClassName
{
border-color: #532277;
}
.TagClassName
{
border-color: #532277;
}
</style>