Shades of Van Cleef #533A37
Tints of Van Cleef #533A37
RGB
CMYK
RGB Variations
Color information
#533A37 (or 0x533A37) is known color: Van Cleef. HEX triplet: 53, 3A and 37. RGB value is (83,58,55). Sum of RGB (Red+Green+Blue) = 83+58+55=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #533A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A37 is #ACC5C8. Grayscale: #414141. Windows color (decimal): -11322825 or 3619411. OLE color: 3619411.
HSL color Cylindrical-coordinate representation of color #533A37: hue angle of 6.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #533A37 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 55 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.67 |
| HSL | 6.43º | 0.2% | 0.27% | - |
| HSV(B) | 6.43º | 0.34% | 0.33% | - |
| XYZ | 5.77 | 5.14 | 4.3 | - |
| YUV | 65.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 55 | 0 | 0.30 | 0.34 | 0.67 | 6.43 | 0.2 | 0.27 |
| Hex | 53 | 3A | 37 | 0 | 1E | 22 | 43 | 6 | 14 | 1B |
| Octal | 123 | 72 | 67 | 0 | 36 | 42 | 103 | 6 | 24 | 33 |
| Binary | 1010011 | 111010 | 110111 | 0 | 11110 | 100010 | 1000011 | 110 | 10100 | 11011 |
Color Harmonies of #533A37
Complementary color
Monochromatic Colors of #533A37
Black with #533A37
Text Example
Text Example
White with #533A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A37; }
p { color: rgb(83,58,55); }
H1.HeaderClassName
{
color: #533A37;
}
.AnyTagClassName
{
color: #533A37;
}
</style>
background-color css
<style>
a { background-color: #533A37; }
a { background-color: rgb(83,58,55); }
div.DivClassName
{
background-color: #533A37;
}
.BgClassName
{
background-color: #533A37;
}
</style>
border-color css
<style>
span { border-color: #533A37; }
span { border-color: rgb(83,58,55); }
td.TdClassName
{
border-color: #533A37;
}
.TagClassName
{
border-color: #533A37;
}
</style>