Shades of Scarlet Gum #533A5C
Tints of Scarlet Gum #533A5C
RGB
CMYK
RGB Variations
Color information
#533A5C (or 0x533A5C) is known color: Scarlet Gum. HEX triplet: 53, 3A and 5C. RGB value is (83,58,92). Sum of RGB (Red+Green+Blue) = 83+58+92=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #533A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A5C is #ACC5A3. Grayscale: #454545. Windows color (decimal): -11322788 or 6044243. OLE color: 6044243.
HSL color Cylindrical-coordinate representation of color #533A5C: hue angle of 284.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #533A5C is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 58 | 92 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.64 |
| HSL | 284.12º | 0.23% | 0.29% | - |
| HSV(B) | 284.12º | 0.37% | 0.36% | - |
| XYZ | 7.01 | 5.64 | 10.84 | - |
| YUV | 69.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 92 | 0.10 | 0.37 | 0 | 0.64 | 284.12 | 0.23 | 0.29 |
| Hex | 53 | 3A | 5C | A | 25 | 0 | 40 | 11C | 17 | 1D |
| Octal | 123 | 72 | 134 | 12 | 45 | 0 | 100 | 434 | 27 | 35 |
| Binary | 1010011 | 111010 | 1011100 | 1010 | 100101 | 0 | 1000000 | 100011100 | 10111 | 11101 |
Color Harmonies of #533A5C
Complementary color
Monochromatic Colors of #533A5C
Black with #533A5C
Text Example
Text Example
White with #533A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A5C; }
p { color: rgb(83,58,92); }
H1.HeaderClassName
{
color: #533A5C;
}
.AnyTagClassName
{
color: #533A5C;
}
</style>
background-color css
<style>
a { background-color: #533A5C; }
a { background-color: rgb(83,58,92); }
div.DivClassName
{
background-color: #533A5C;
}
.BgClassName
{
background-color: #533A5C;
}
</style>
border-color css
<style>
span { border-color: #533A5C; }
span { border-color: rgb(83,58,92); }
td.TdClassName
{
border-color: #533A5C;
}
.TagClassName
{
border-color: #533A5C;
}
</style>