Shades of Van Cleef #523C37
Tints of Van Cleef #523C37
RGB
CMYK
RGB Variations
Color information
#523C37 (or 0x523C37) is known color: Van Cleef. HEX triplet: 52, 3C and 37. RGB value is (82,60,55). Sum of RGB (Red+Green+Blue) = 82+60+55=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #523C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C37 is #ADC3C8. Grayscale: #424242. Windows color (decimal): -11387849 or 3619922. OLE color: 3619922.
HSL color Cylindrical-coordinate representation of color #523C37: hue angle of 11.11º 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 #523C37 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 55 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.68 |
| HSL | 11.11º | 0.2% | 0.27% | - |
| HSV(B) | 11.11º | 0.33% | 0.32% | - |
| XYZ | 5.79 | 5.3 | 4.33 | - |
| YUV | 66.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 55 | 0 | 0.27 | 0.33 | 0.68 | 11.11 | 0.2 | 0.27 |
| Hex | 52 | 3C | 37 | 0 | 1B | 21 | 44 | B | 14 | 1B |
| Octal | 122 | 74 | 67 | 0 | 33 | 41 | 104 | 13 | 24 | 33 |
| Binary | 1010010 | 111100 | 110111 | 0 | 11011 | 100001 | 1000100 | 1011 | 10100 | 11011 |
Color Harmonies of #523C37
Complementary color
Monochromatic Colors of #523C37
Black with #523C37
Text Example
Text Example
White with #523C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C37; }
p { color: rgb(82,60,55); }
H1.HeaderClassName
{
color: #523C37;
}
.AnyTagClassName
{
color: #523C37;
}
</style>
background-color css
<style>
a { background-color: #523C37; }
a { background-color: rgb(82,60,55); }
div.DivClassName
{
background-color: #523C37;
}
.BgClassName
{
background-color: #523C37;
}
</style>
border-color css
<style>
span { border-color: #523C37; }
span { border-color: rgb(82,60,55); }
td.TdClassName
{
border-color: #523C37;
}
.TagClassName
{
border-color: #523C37;
}
</style>