Shades of Blue Diamond #53207B
Tints of Blue Diamond #53207B
RGB
CMYK
RGB Variations
Color information
#53207B (or 0x53207B) is known color: Blue Diamond. HEX triplet: 53, 20 and 7B. RGB value is (83,32,123). Sum of RGB (Red+Green+Blue) = 83+32+123=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #53207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53207B is #ACDF84. Grayscale: #393939. Windows color (decimal): -11329413 or 8069203. OLE color: 8069203.
HSL color Cylindrical-coordinate representation of color #53207B: hue angle of 273.63º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53207B is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 32 | 123 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.52 |
| HSL | 273.63º | 0.59% | 0.3% | - |
| HSV(B) | 273.63º | 0.74% | 0.48% | - |
| XYZ | 7.66 | 4.3 | 19.17 | - |
| YUV | 57.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 123 | 0.33 | 0.74 | 0 | 0.52 | 273.63 | 0.59 | 0.3 |
| Hex | 53 | 20 | 7B | 21 | 4A | 0 | 34 | 112 | 3B | 1E |
| Octal | 123 | 40 | 173 | 41 | 112 | 0 | 64 | 422 | 73 | 36 |
| Binary | 1010011 | 100000 | 1111011 | 100001 | 1001010 | 0 | 110100 | 100010010 | 111011 | 11110 |
Color Harmonies of #53207B
Complementary color
Monochromatic Colors of #53207B
Black with #53207B
Text Example
Text Example
White with #53207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53207B; }
p { color: rgb(83,32,123); }
H1.HeaderClassName
{
color: #53207B;
}
.AnyTagClassName
{
color: #53207B;
}
</style>
background-color css
<style>
a { background-color: #53207B; }
a { background-color: rgb(83,32,123); }
div.DivClassName
{
background-color: #53207B;
}
.BgClassName
{
background-color: #53207B;
}
</style>
border-color css
<style>
span { border-color: #53207B; }
span { border-color: rgb(83,32,123); }
td.TdClassName
{
border-color: #53207B;
}
.TagClassName
{
border-color: #53207B;
}
</style>