Shades of Blue Diamond #533177
Tints of Blue Diamond #533177
RGB
CMYK
RGB Variations
Color information
#533177 (or 0x533177) is known color: Blue Diamond. HEX triplet: 53, 31 and 77. RGB value is (83,49,119). Sum of RGB (Red+Green+Blue) = 83+49+119=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #533177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533177 is #ACCE88. Grayscale: #424242. Windows color (decimal): -11325065 or 7811411. OLE color: 7811411.
HSL color Cylindrical-coordinate representation of color #533177: hue angle of 269.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #533177 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 49 | 119 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.53 |
| HSL | 269.14º | 0.42% | 0.33% | - |
| HSV(B) | 269.14º | 0.59% | 0.47% | - |
| XYZ | 8 | 5.37 | 18.07 | - |
| YUV | 67.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 119 | 0.30 | 0.59 | 0 | 0.53 | 269.14 | 0.42 | 0.33 |
| Hex | 53 | 31 | 77 | 1E | 3B | 0 | 35 | 10D | 2A | 21 |
| Octal | 123 | 61 | 167 | 36 | 73 | 0 | 65 | 415 | 52 | 41 |
| Binary | 1010011 | 110001 | 1110111 | 11110 | 111011 | 0 | 110101 | 100001101 | 101010 | 100001 |
Color Harmonies of #533177
Complementary color
Monochromatic Colors of #533177
Black with #533177
Text Example
Text Example
White with #533177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533177; }
p { color: rgb(83,49,119); }
H1.HeaderClassName
{
color: #533177;
}
.AnyTagClassName
{
color: #533177;
}
</style>
background-color css
<style>
a { background-color: #533177; }
a { background-color: rgb(83,49,119); }
div.DivClassName
{
background-color: #533177;
}
.BgClassName
{
background-color: #533177;
}
</style>
border-color css
<style>
span { border-color: #533177; }
span { border-color: rgb(83,49,119); }
td.TdClassName
{
border-color: #533177;
}
.TagClassName
{
border-color: #533177;
}
</style>