Shades of Van Cleef #523A39
Tints of Van Cleef #523A39
RGB
CMYK
RGB Variations
Color information
#523A39 (or 0x523A39) is known color: Van Cleef. HEX triplet: 52, 3A and 39. RGB value is (82,58,57). Sum of RGB (Red+Green+Blue) = 82+58+57=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #523A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A39 is #ADC5C6. Grayscale: #414141. Windows color (decimal): -11388359 or 3750482. OLE color: 3750482.
HSL color Cylindrical-coordinate representation of color #523A39: hue angle of 2.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #523A39 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 57 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.68 |
| HSL | 2.4º | 0.18% | 0.27% | - |
| HSV(B) | 2.4º | 0.3% | 0.32% | - |
| XYZ | 5.73 | 5.12 | 4.56 | - |
| YUV | 65.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 57 | 0 | 0.29 | 0.30 | 0.68 | 2.4 | 0.18 | 0.27 |
| Hex | 52 | 3A | 39 | 0 | 1D | 1E | 44 | 2 | 12 | 1B |
| Octal | 122 | 72 | 71 | 0 | 35 | 36 | 104 | 2 | 22 | 33 |
| Binary | 1010010 | 111010 | 111001 | 0 | 11101 | 11110 | 1000100 | 10 | 10010 | 11011 |
Color Harmonies of #523A39
Complementary color
Monochromatic Colors of #523A39
Black with #523A39
Text Example
Text Example
White with #523A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A39; }
p { color: rgb(82,58,57); }
H1.HeaderClassName
{
color: #523A39;
}
.AnyTagClassName
{
color: #523A39;
}
</style>
background-color css
<style>
a { background-color: #523A39; }
a { background-color: rgb(82,58,57); }
div.DivClassName
{
background-color: #523A39;
}
.BgClassName
{
background-color: #523A39;
}
</style>
border-color css
<style>
span { border-color: #523A39; }
span { border-color: rgb(82,58,57); }
td.TdClassName
{
border-color: #523A39;
}
.TagClassName
{
border-color: #523A39;
}
</style>