Shades of Van Cleef #5B3938
Tints of Van Cleef #5B3938
RGB
CMYK
RGB Variations
Color information
#5B3938 (or 0x5B3938) is known color: Van Cleef. HEX triplet: 5B, 39 and 38. RGB value is (91,57,56). Sum of RGB (Red+Green+Blue) = 91+57+56=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3938 is #A4C6C7. Grayscale: #434343. Windows color (decimal): -10798792 or 3684699. OLE color: 3684699.
HSL color Cylindrical-coordinate representation of color #5B3938: hue angle of 1.71º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B3938 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 56 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.64 |
| HSL | 1.71º | 0.24% | 0.29% | - |
| HSV(B) | 1.71º | 0.38% | 0.36% | - |
| XYZ | 6.49 | 5.44 | 4.45 | - |
| YUV | 67.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 56 | 0 | 0.37 | 0.38 | 0.64 | 1.71 | 0.24 | 0.29 |
| Hex | 5B | 39 | 38 | 0 | 25 | 26 | 40 | 2 | 18 | 1D |
| Octal | 133 | 71 | 70 | 0 | 45 | 46 | 100 | 2 | 30 | 35 |
| Binary | 1011011 | 111001 | 111000 | 0 | 100101 | 100110 | 1000000 | 10 | 11000 | 11101 |
Color Harmonies of #5B3938
Complementary color
Monochromatic Colors of #5B3938
Black with #5B3938
Text Example
Text Example
White with #5B3938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3938; }
p { color: rgb(91,57,56); }
H1.HeaderClassName
{
color: #5B3938;
}
.AnyTagClassName
{
color: #5B3938;
}
</style>
background-color css
<style>
a { background-color: #5B3938; }
a { background-color: rgb(91,57,56); }
div.DivClassName
{
background-color: #5B3938;
}
.BgClassName
{
background-color: #5B3938;
}
</style>
border-color css
<style>
span { border-color: #5B3938; }
span { border-color: rgb(91,57,56); }
td.TdClassName
{
border-color: #5B3938;
}
.TagClassName
{
border-color: #5B3938;
}
</style>