Shades of Blue Diamond #53227A
Tints of Blue Diamond #53227A
RGB
CMYK
RGB Variations
Color information
#53227A (or 0x53227A) is known color: Blue Diamond. HEX triplet: 53, 22 and 7A. RGB value is (83,34,122). Sum of RGB (Red+Green+Blue) = 83+34+122=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #53227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53227A is #ACDD85. Grayscale: #3A3A3A. Windows color (decimal): -11328902 or 8004179. OLE color: 8004179.
HSL color Cylindrical-coordinate representation of color #53227A: hue angle of 273.41º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53227A is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 34 | 122 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.52 |
| HSL | 273.41º | 0.56% | 0.31% | - |
| HSV(B) | 273.41º | 0.72% | 0.48% | - |
| XYZ | 7.65 | 4.39 | 18.86 | - |
| YUV | 58.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 122 | 0.32 | 0.72 | 0 | 0.52 | 273.41 | 0.56 | 0.31 |
| Hex | 53 | 22 | 7A | 20 | 48 | 0 | 34 | 111 | 38 | 1F |
| Octal | 123 | 42 | 172 | 40 | 110 | 0 | 64 | 421 | 70 | 37 |
| Binary | 1010011 | 100010 | 1111010 | 100000 | 1001000 | 0 | 110100 | 100010001 | 111000 | 11111 |
Color Harmonies of #53227A
Complementary color
Monochromatic Colors of #53227A
Black with #53227A
Text Example
Text Example
White with #53227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53227A; }
p { color: rgb(83,34,122); }
H1.HeaderClassName
{
color: #53227A;
}
.AnyTagClassName
{
color: #53227A;
}
</style>
background-color css
<style>
a { background-color: #53227A; }
a { background-color: rgb(83,34,122); }
div.DivClassName
{
background-color: #53227A;
}
.BgClassName
{
background-color: #53227A;
}
</style>
border-color css
<style>
span { border-color: #53227A; }
span { border-color: rgb(83,34,122); }
td.TdClassName
{
border-color: #53227A;
}
.TagClassName
{
border-color: #53227A;
}
</style>