Shades of Van Cleef #573A34
Tints of Van Cleef #573A34
RGB
CMYK
RGB Variations
Color information
#573A34 (or 0x573A34) is known color: Van Cleef. HEX triplet: 57, 3A and 34. RGB value is (87,58,52). Sum of RGB (Red+Green+Blue) = 87+58+52=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #573A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A34 is #A8C5CB. Grayscale: #424242. Windows color (decimal): -11060684 or 3422807. OLE color: 3422807.
HSL color Cylindrical-coordinate representation of color #573A34: hue angle of 10.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #573A34 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 58 | 52 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.66 |
| HSL | 10.29º | 0.25% | 0.27% | - |
| HSV(B) | 10.29º | 0.4% | 0.34% | - |
| XYZ | 6.06 | 5.3 | 3.95 | - |
| YUV | 65.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 58 | 52 | 0 | 0.33 | 0.40 | 0.66 | 10.29 | 0.25 | 0.27 |
| Hex | 57 | 3A | 34 | 0 | 21 | 28 | 42 | A | 19 | 1B |
| Octal | 127 | 72 | 64 | 0 | 41 | 50 | 102 | 12 | 31 | 33 |
| Binary | 1010111 | 111010 | 110100 | 0 | 100001 | 101000 | 1000010 | 1010 | 11001 | 11011 |
Color Harmonies of #573A34
Complementary color
Monochromatic Colors of #573A34
Black with #573A34
Text Example
Text Example
White with #573A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573A34; }
p { color: rgb(87,58,52); }
H1.HeaderClassName
{
color: #573A34;
}
.AnyTagClassName
{
color: #573A34;
}
</style>
background-color css
<style>
a { background-color: #573A34; }
a { background-color: rgb(87,58,52); }
div.DivClassName
{
background-color: #573A34;
}
.BgClassName
{
background-color: #573A34;
}
</style>
border-color css
<style>
span { border-color: #573A34; }
span { border-color: rgb(87,58,52); }
td.TdClassName
{
border-color: #573A34;
}
.TagClassName
{
border-color: #573A34;
}
</style>