Shades of Blue Diamond #533270
Tints of Blue Diamond #533270
RGB
CMYK
RGB Variations
Color information
#533270 (or 0x533270) is known color: Blue Diamond. HEX triplet: 53, 32 and 70. RGB value is (83,50,112). Sum of RGB (Red+Green+Blue) = 83+50+112=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #533270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533270 is #ACCD8F. Grayscale: #424242. Windows color (decimal): -11324816 or 7352915. OLE color: 7352915.
HSL color Cylindrical-coordinate representation of color #533270: hue angle of 271.94º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533270 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 50 | 112 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.56 |
| HSL | 271.94º | 0.38% | 0.32% | - |
| HSV(B) | 271.94º | 0.55% | 0.44% | - |
| XYZ | 7.63 | 5.29 | 15.95 | - |
| YUV | 66.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 112 | 0.26 | 0.55 | 0 | 0.56 | 271.94 | 0.38 | 0.32 |
| Hex | 53 | 32 | 70 | 1A | 37 | 0 | 38 | 110 | 26 | 20 |
| Octal | 123 | 62 | 160 | 32 | 67 | 0 | 70 | 420 | 46 | 40 |
| Binary | 1010011 | 110010 | 1110000 | 11010 | 110111 | 0 | 111000 | 100010000 | 100110 | 100000 |
Color Harmonies of #533270
Complementary color
Monochromatic Colors of #533270
Black with #533270
Text Example
Text Example
White with #533270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533270; }
p { color: rgb(83,50,112); }
H1.HeaderClassName
{
color: #533270;
}
.AnyTagClassName
{
color: #533270;
}
</style>
background-color css
<style>
a { background-color: #533270; }
a { background-color: rgb(83,50,112); }
div.DivClassName
{
background-color: #533270;
}
.BgClassName
{
background-color: #533270;
}
</style>
border-color css
<style>
span { border-color: #533270; }
span { border-color: rgb(83,50,112); }
td.TdClassName
{
border-color: #533270;
}
.TagClassName
{
border-color: #533270;
}
</style>