Shades of Blue Diamond #53227C
Tints of Blue Diamond #53227C
RGB
CMYK
RGB Variations
Color information
#53227C (or 0x53227C) is known color: Blue Diamond. HEX triplet: 53, 22 and 7C. RGB value is (83,34,124). Sum of RGB (Red+Green+Blue) = 83+34+124=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #53227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53227C is #ACDD83. Grayscale: #3A3A3A. Windows color (decimal): -11328900 or 8135251. OLE color: 8135251.
HSL color Cylindrical-coordinate representation of color #53227C: hue angle of 272.67º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53227C is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 34 | 124 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.51 |
| HSL | 272.67º | 0.57% | 0.31% | - |
| HSV(B) | 272.67º | 0.73% | 0.49% | - |
| XYZ | 7.78 | 4.44 | 19.52 | - |
| YUV | 58.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 124 | 0.33 | 0.73 | 0 | 0.51 | 272.67 | 0.57 | 0.31 |
| Hex | 53 | 22 | 7C | 21 | 49 | 0 | 33 | 111 | 39 | 1F |
| Octal | 123 | 42 | 174 | 41 | 111 | 0 | 63 | 421 | 71 | 37 |
| Binary | 1010011 | 100010 | 1111100 | 100001 | 1001001 | 0 | 110011 | 100010001 | 111001 | 11111 |
Color Harmonies of #53227C
Complementary color
Monochromatic Colors of #53227C
Black with #53227C
Text Example
Text Example
White with #53227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53227C; }
p { color: rgb(83,34,124); }
H1.HeaderClassName
{
color: #53227C;
}
.AnyTagClassName
{
color: #53227C;
}
</style>
background-color css
<style>
a { background-color: #53227C; }
a { background-color: rgb(83,34,124); }
div.DivClassName
{
background-color: #53227C;
}
.BgClassName
{
background-color: #53227C;
}
</style>
border-color css
<style>
span { border-color: #53227C; }
span { border-color: rgb(83,34,124); }
td.TdClassName
{
border-color: #53227C;
}
.TagClassName
{
border-color: #53227C;
}
</style>