Shades of Van Cleef #503535
Tints of Van Cleef #503535
RGB
CMYK
RGB Variations
Color information
#503535 (or 0x503535) is known color: Van Cleef. HEX triplet: 50, 35 and 35. RGB value is (80,53,53). Sum of RGB (Red+Green+Blue) = 80+53+53=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #503535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503535 is #AFCACA. Grayscale: #3D3D3D. Windows color (decimal): -11520715 or 3487056. OLE color: 3487056.
HSL color Cylindrical-coordinate representation of color #503535: hue angle of 0º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503535 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 53 | 53 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.69 |
| HSL | 0º | 0.2% | 0.26% | - |
| HSV(B) | 0º | 0.34% | 0.31% | - |
| XYZ | 5.22 | 4.51 | 3.96 | - |
| YUV | 61.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 53 | 0 | 0.34 | 0.34 | 0.69 | 0 | 0.2 | 0.26 |
| Hex | 50 | 35 | 35 | 0 | 22 | 22 | 45 | 0 | 14 | 1A |
| Octal | 120 | 65 | 65 | 0 | 42 | 42 | 105 | 0 | 24 | 32 |
| Binary | 1010000 | 110101 | 110101 | 0 | 100010 | 100010 | 1000101 | 0 | 10100 | 11010 |
Color Harmonies of #503535
Complementary color
Monochromatic Colors of #503535
Black with #503535
Text Example
Text Example
White with #503535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503535; }
p { color: rgb(80,53,53); }
H1.HeaderClassName
{
color: #503535;
}
.AnyTagClassName
{
color: #503535;
}
</style>
background-color css
<style>
a { background-color: #503535; }
a { background-color: rgb(80,53,53); }
div.DivClassName
{
background-color: #503535;
}
.BgClassName
{
background-color: #503535;
}
</style>
border-color css
<style>
span { border-color: #503535; }
span { border-color: rgb(80,53,53); }
td.TdClassName
{
border-color: #503535;
}
.TagClassName
{
border-color: #503535;
}
</style>