Shades of Van Cleef #573A39
Tints of Van Cleef #573A39
RGB
CMYK
RGB Variations
Color information
#573A39 (or 0x573A39) is known color: Van Cleef. HEX triplet: 57, 3A and 39. RGB value is (87,58,57). Sum of RGB (Red+Green+Blue) = 87+58+57=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 57 (22.66% from 255 or 28.22% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #573A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A39 is #A8C5C6. Grayscale: #424242. Windows color (decimal): -11060679 or 3750487. OLE color: 3750487.
HSL color Cylindrical-coordinate representation of color #573A39: hue angle of 2º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #573A39 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 57 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.66 |
| HSL | 2º | 0.21% | 0.28% | - |
| HSV(B) | 2º | 0.34% | 0.34% | - |
| XYZ | 6.18 | 5.35 | 4.58 | - |
| YUV | 66.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 57 | 0 | 0.33 | 0.34 | 0.66 | 2 | 0.21 | 0.28 |
| Hex | 57 | 3A | 39 | 0 | 21 | 22 | 42 | 2 | 15 | 1C |
| Octal | 127 | 72 | 71 | 0 | 41 | 42 | 102 | 2 | 25 | 34 |
| Binary | 1010111 | 111010 | 111001 | 0 | 100001 | 100010 | 1000010 | 10 | 10101 | 11100 |
Color Harmonies of #573A39
Complementary color
Monochromatic Colors of #573A39
Black with #573A39
Text Example
Text Example
White with #573A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A39; }
p { color: rgb(87,58,57); }
H1.HeaderClassName
{
color: #573A39;
}
.AnyTagClassName
{
color: #573A39;
}
</style>
background-color css
<style>
a { background-color: #573A39; }
a { background-color: rgb(87,58,57); }
div.DivClassName
{
background-color: #573A39;
}
.BgClassName
{
background-color: #573A39;
}
</style>
border-color css
<style>
span { border-color: #573A39; }
span { border-color: rgb(87,58,57); }
td.TdClassName
{
border-color: #573A39;
}
.TagClassName
{
border-color: #573A39;
}
</style>