Shades of Van Cleef #523B37
Tints of Van Cleef #523B37
RGB
CMYK
RGB Variations
Color information
#523B37 (or 0x523B37) is known color: Van Cleef. HEX triplet: 52, 3B and 37. RGB value is (82,59,55). Sum of RGB (Red+Green+Blue) = 82+59+55=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #523B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B37 is #ADC4C8. Grayscale: #414141. Windows color (decimal): -11388105 or 3619666. OLE color: 3619666.
HSL color Cylindrical-coordinate representation of color #523B37: hue angle of 8.89º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #523B37 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 55 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.68 |
| HSL | 8.89º | 0.2% | 0.27% | - |
| HSV(B) | 8.89º | 0.33% | 0.32% | - |
| XYZ | 5.73 | 5.2 | 4.32 | - |
| YUV | 65.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 55 | 0 | 0.28 | 0.33 | 0.68 | 8.89 | 0.2 | 0.27 |
| Hex | 52 | 3B | 37 | 0 | 1C | 21 | 44 | 9 | 14 | 1B |
| Octal | 122 | 73 | 67 | 0 | 34 | 41 | 104 | 11 | 24 | 33 |
| Binary | 1010010 | 111011 | 110111 | 0 | 11100 | 100001 | 1000100 | 1001 | 10100 | 11011 |
Color Harmonies of #523B37
Complementary color
Monochromatic Colors of #523B37
Black with #523B37
Text Example
Text Example
White with #523B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B37; }
p { color: rgb(82,59,55); }
H1.HeaderClassName
{
color: #523B37;
}
.AnyTagClassName
{
color: #523B37;
}
</style>
background-color css
<style>
a { background-color: #523B37; }
a { background-color: rgb(82,59,55); }
div.DivClassName
{
background-color: #523B37;
}
.BgClassName
{
background-color: #523B37;
}
</style>
border-color css
<style>
span { border-color: #523B37; }
span { border-color: rgb(82,59,55); }
td.TdClassName
{
border-color: #523B37;
}
.TagClassName
{
border-color: #523B37;
}
</style>