Shades of Van Cleef #533B37
Tints of Van Cleef #533B37
RGB
CMYK
RGB Variations
Color information
#533B37 (or 0x533B37) is known color: Van Cleef. HEX triplet: 53, 3B and 37. RGB value is (83,59,55). Sum of RGB (Red+Green+Blue) = 83+59+55=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #533B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B37 is #ACC4C8. Grayscale: #414141. Windows color (decimal): -11322569 or 3619667. OLE color: 3619667.
HSL color Cylindrical-coordinate representation of color #533B37: hue angle of 8.57º 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 #533B37 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 55 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.67 |
| HSL | 8.57º | 0.2% | 0.27% | - |
| HSV(B) | 8.57º | 0.34% | 0.33% | - |
| XYZ | 5.82 | 5.24 | 4.32 | - |
| YUV | 65.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 55 | 0 | 0.29 | 0.34 | 0.67 | 8.57 | 0.2 | 0.27 |
| Hex | 53 | 3B | 37 | 0 | 1D | 22 | 43 | 9 | 14 | 1B |
| Octal | 123 | 73 | 67 | 0 | 35 | 42 | 103 | 11 | 24 | 33 |
| Binary | 1010011 | 111011 | 110111 | 0 | 11101 | 100010 | 1000011 | 1001 | 10100 | 11011 |
Color Harmonies of #533B37
Complementary color
Monochromatic Colors of #533B37
Black with #533B37
Text Example
Text Example
White with #533B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B37; }
p { color: rgb(83,59,55); }
H1.HeaderClassName
{
color: #533B37;
}
.AnyTagClassName
{
color: #533B37;
}
</style>
background-color css
<style>
a { background-color: #533B37; }
a { background-color: rgb(83,59,55); }
div.DivClassName
{
background-color: #533B37;
}
.BgClassName
{
background-color: #533B37;
}
</style>
border-color css
<style>
span { border-color: #533B37; }
span { border-color: rgb(83,59,55); }
td.TdClassName
{
border-color: #533B37;
}
.TagClassName
{
border-color: #533B37;
}
</style>