Shades of Van Cleef #5B3B38
Tints of Van Cleef #5B3B38
RGB
CMYK
RGB Variations
Color information
#5B3B38 (or 0x5B3B38) is known color: Van Cleef. HEX triplet: 5B, 3B and 38. RGB value is (91,59,56). Sum of RGB (Red+Green+Blue) = 91+59+56=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B38 is #A4C4C7. Grayscale: #444444. Windows color (decimal): -10798280 or 3685211. OLE color: 3685211.
HSL color Cylindrical-coordinate representation of color #5B3B38: hue angle of 5.14º 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 #5B3B38 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 56 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.64 |
| HSL | 5.14º | 0.24% | 0.29% | - |
| HSV(B) | 5.14º | 0.38% | 0.36% | - |
| XYZ | 6.59 | 5.64 | 4.48 | - |
| YUV | 68.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 56 | 0 | 0.35 | 0.38 | 0.64 | 5.14 | 0.24 | 0.29 |
| Hex | 5B | 3B | 38 | 0 | 23 | 26 | 40 | 5 | 18 | 1D |
| Octal | 133 | 73 | 70 | 0 | 43 | 46 | 100 | 5 | 30 | 35 |
| Binary | 1011011 | 111011 | 111000 | 0 | 100011 | 100110 | 1000000 | 101 | 11000 | 11101 |
Color Harmonies of #5B3B38
Complementary color
Monochromatic Colors of #5B3B38
Black with #5B3B38
Text Example
Text Example
White with #5B3B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B38; }
p { color: rgb(91,59,56); }
H1.HeaderClassName
{
color: #5B3B38;
}
.AnyTagClassName
{
color: #5B3B38;
}
</style>
background-color css
<style>
a { background-color: #5B3B38; }
a { background-color: rgb(91,59,56); }
div.DivClassName
{
background-color: #5B3B38;
}
.BgClassName
{
background-color: #5B3B38;
}
</style>
border-color css
<style>
span { border-color: #5B3B38; }
span { border-color: rgb(91,59,56); }
td.TdClassName
{
border-color: #5B3B38;
}
.TagClassName
{
border-color: #5B3B38;
}
</style>