Shades of Blue Diamond #533176
Tints of Blue Diamond #533176
RGB
CMYK
RGB Variations
Color information
#533176 (or 0x533176) is known color: Blue Diamond. HEX triplet: 53, 31 and 76. RGB value is (83,49,118). Sum of RGB (Red+Green+Blue) = 83+49+118=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #533176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533176 is #ACCE89. Grayscale: #424242. Windows color (decimal): -11325066 or 7745875. OLE color: 7745875.
HSL color Cylindrical-coordinate representation of color #533176: hue angle of 269.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533176 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 49 | 118 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.54 |
| HSL | 269.57º | 0.41% | 0.33% | - |
| HSV(B) | 269.57º | 0.58% | 0.46% | - |
| XYZ | 7.94 | 5.34 | 17.75 | - |
| YUV | 67.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 118 | 0.30 | 0.58 | 0 | 0.54 | 269.57 | 0.41 | 0.33 |
| Hex | 53 | 31 | 76 | 1E | 3A | 0 | 36 | 10E | 29 | 21 |
| Octal | 123 | 61 | 166 | 36 | 72 | 0 | 66 | 416 | 51 | 41 |
| Binary | 1010011 | 110001 | 1110110 | 11110 | 111010 | 0 | 110110 | 100001110 | 101001 | 100001 |
Color Harmonies of #533176
Complementary color
Monochromatic Colors of #533176
Black with #533176
Text Example
Text Example
White with #533176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533176; }
p { color: rgb(83,49,118); }
H1.HeaderClassName
{
color: #533176;
}
.AnyTagClassName
{
color: #533176;
}
</style>
background-color css
<style>
a { background-color: #533176; }
a { background-color: rgb(83,49,118); }
div.DivClassName
{
background-color: #533176;
}
.BgClassName
{
background-color: #533176;
}
</style>
border-color css
<style>
span { border-color: #533176; }
span { border-color: rgb(83,49,118); }
td.TdClassName
{
border-color: #533176;
}
.TagClassName
{
border-color: #533176;
}
</style>