Shades of Blue Diamond #532278
Tints of Blue Diamond #532278
RGB
CMYK
RGB Variations
Color information
#532278 (or 0x532278) is known color: Blue Diamond. HEX triplet: 53, 22 and 78. RGB value is (83,34,120). Sum of RGB (Red+Green+Blue) = 83+34+120=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #532278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532278 is #ACDD87. Grayscale: #3A3A3A. Windows color (decimal): -11328904 or 7873107. OLE color: 7873107.
HSL color Cylindrical-coordinate representation of color #532278: hue angle of 274.19º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #532278 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 34 | 120 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.53 |
| HSL | 274.19º | 0.56% | 0.3% | - |
| HSV(B) | 274.19º | 0.72% | 0.47% | - |
| XYZ | 7.53 | 4.34 | 18.21 | - |
| YUV | 58.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 120 | 0.31 | 0.72 | 0 | 0.53 | 274.19 | 0.56 | 0.3 |
| Hex | 53 | 22 | 78 | 1F | 48 | 0 | 35 | 112 | 38 | 1E |
| Octal | 123 | 42 | 170 | 37 | 110 | 0 | 65 | 422 | 70 | 36 |
| Binary | 1010011 | 100010 | 1111000 | 11111 | 1001000 | 0 | 110101 | 100010010 | 111000 | 11110 |
Color Harmonies of #532278
Complementary color
Monochromatic Colors of #532278
Black with #532278
Text Example
Text Example
White with #532278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532278; }
p { color: rgb(83,34,120); }
H1.HeaderClassName
{
color: #532278;
}
.AnyTagClassName
{
color: #532278;
}
</style>
background-color css
<style>
a { background-color: #532278; }
a { background-color: rgb(83,34,120); }
div.DivClassName
{
background-color: #532278;
}
.BgClassName
{
background-color: #532278;
}
</style>
border-color css
<style>
span { border-color: #532278; }
span { border-color: rgb(83,34,120); }
td.TdClassName
{
border-color: #532278;
}
.TagClassName
{
border-color: #532278;
}
</style>