Shades of Van Cleef #533A39
Tints of Van Cleef #533A39
RGB
CMYK
RGB Variations
Color information
#533A39 (or 0x533A39) is known color: Van Cleef. HEX triplet: 53, 3A and 39. RGB value is (83,58,57). Sum of RGB (Red+Green+Blue) = 83+58+57=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #533A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A39 is #ACC5C6. Grayscale: #414141. Windows color (decimal): -11322823 or 3750483. OLE color: 3750483.
HSL color Cylindrical-coordinate representation of color #533A39: hue angle of 2.31º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533A39 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 57 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.67 |
| HSL | 2.31º | 0.19% | 0.27% | - |
| HSV(B) | 2.31º | 0.31% | 0.33% | - |
| XYZ | 5.82 | 5.16 | 4.56 | - |
| YUV | 65.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 57 | 0 | 0.30 | 0.31 | 0.67 | 2.31 | 0.19 | 0.27 |
| Hex | 53 | 3A | 39 | 0 | 1E | 1F | 43 | 2 | 13 | 1B |
| Octal | 123 | 72 | 71 | 0 | 36 | 37 | 103 | 2 | 23 | 33 |
| Binary | 1010011 | 111010 | 111001 | 0 | 11110 | 11111 | 1000011 | 10 | 10011 | 11011 |
Color Harmonies of #533A39
Complementary color
Monochromatic Colors of #533A39
Black with #533A39
Text Example
Text Example
White with #533A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A39; }
p { color: rgb(83,58,57); }
H1.HeaderClassName
{
color: #533A39;
}
.AnyTagClassName
{
color: #533A39;
}
</style>
background-color css
<style>
a { background-color: #533A39; }
a { background-color: rgb(83,58,57); }
div.DivClassName
{
background-color: #533A39;
}
.BgClassName
{
background-color: #533A39;
}
</style>
border-color css
<style>
span { border-color: #533A39; }
span { border-color: rgb(83,58,57); }
td.TdClassName
{
border-color: #533A39;
}
.TagClassName
{
border-color: #533A39;
}
</style>