Shades of Van Cleef #5B3939
Tints of Van Cleef #5B3939
RGB
CMYK
RGB Variations
Color information
#5B3939 (or 0x5B3939) is known color: Van Cleef. HEX triplet: 5B, 39 and 39. RGB value is (91,57,57). Sum of RGB (Red+Green+Blue) = 91+57+57=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3939 is #A4C6C6. Grayscale: #434343. Windows color (decimal): -10798791 or 3750235. OLE color: 3750235.
HSL color Cylindrical-coordinate representation of color #5B3939: hue angle of 0º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B3939 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 57 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.64 |
| HSL | 0º | 0.23% | 0.29% | - |
| HSV(B) | 0º | 0.37% | 0.36% | - |
| XYZ | 6.52 | 5.45 | 4.58 | - |
| YUV | 67.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 57 | 0 | 0.37 | 0.37 | 0.64 | 0 | 0.23 | 0.29 |
| Hex | 5B | 39 | 39 | 0 | 25 | 25 | 40 | 0 | 17 | 1D |
| Octal | 133 | 71 | 71 | 0 | 45 | 45 | 100 | 0 | 27 | 35 |
| Binary | 1011011 | 111001 | 111001 | 0 | 100101 | 100101 | 1000000 | 0 | 10111 | 11101 |
Color Harmonies of #5B3939
Complementary color
Monochromatic Colors of #5B3939
Black with #5B3939
Text Example
Text Example
White with #5B3939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3939; }
p { color: rgb(91,57,57); }
H1.HeaderClassName
{
color: #5B3939;
}
.AnyTagClassName
{
color: #5B3939;
}
</style>
background-color css
<style>
a { background-color: #5B3939; }
a { background-color: rgb(91,57,57); }
div.DivClassName
{
background-color: #5B3939;
}
.BgClassName
{
background-color: #5B3939;
}
</style>
border-color css
<style>
span { border-color: #5B3939; }
span { border-color: rgb(91,57,57); }
td.TdClassName
{
border-color: #5B3939;
}
.TagClassName
{
border-color: #5B3939;
}
</style>