Shades of Van Cleef #593A35
Tints of Van Cleef #593A35
RGB
CMYK
RGB Variations
Color information
#593A35 (or 0x593A35) is known color: Van Cleef. HEX triplet: 59, 3A and 35. RGB value is (89,58,53). Sum of RGB (Red+Green+Blue) = 89+58+53=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #593A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593A35 is #A6C5CA. Grayscale: #424242. Windows color (decimal): -10929611 or 3488345. OLE color: 3488345.
HSL color Cylindrical-coordinate representation of color #593A35: hue angle of 8.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #593A35 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 58 | 53 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.65 |
| HSL | 8.33º | 0.25% | 0.28% | - |
| HSV(B) | 8.33º | 0.4% | 0.35% | - |
| XYZ | 6.28 | 5.41 | 4.08 | - |
| YUV | 66.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 53 | 0 | 0.35 | 0.40 | 0.65 | 8.33 | 0.25 | 0.28 |
| Hex | 59 | 3A | 35 | 0 | 23 | 28 | 41 | 8 | 19 | 1C |
| Octal | 131 | 72 | 65 | 0 | 43 | 50 | 101 | 10 | 31 | 34 |
| Binary | 1011001 | 111010 | 110101 | 0 | 100011 | 101000 | 1000001 | 1000 | 11001 | 11100 |
Color Harmonies of #593A35
Complementary color
Monochromatic Colors of #593A35
Black with #593A35
Text Example
Text Example
White with #593A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593A35; }
p { color: rgb(89,58,53); }
H1.HeaderClassName
{
color: #593A35;
}
.AnyTagClassName
{
color: #593A35;
}
</style>
background-color css
<style>
a { background-color: #593A35; }
a { background-color: rgb(89,58,53); }
div.DivClassName
{
background-color: #593A35;
}
.BgClassName
{
background-color: #593A35;
}
</style>
border-color css
<style>
span { border-color: #593A35; }
span { border-color: rgb(89,58,53); }
td.TdClassName
{
border-color: #593A35;
}
.TagClassName
{
border-color: #593A35;
}
</style>