Shades of Van Cleef #5B3C38
Tints of Van Cleef #5B3C38
RGB
CMYK
RGB Variations
Color information
#5B3C38 (or 0x5B3C38) is known color: Van Cleef. HEX triplet: 5B, 3C and 38. RGB value is (91,60,56). Sum of RGB (Red+Green+Blue) = 91+60+56=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C38 is #A4C3C7. Grayscale: #444444. Windows color (decimal): -10798024 or 3685467. OLE color: 3685467.
HSL color Cylindrical-coordinate representation of color #5B3C38: hue angle of 6.86º 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 #5B3C38 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 60 | 56 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.64 |
| HSL | 6.86º | 0.24% | 0.29% | - |
| HSV(B) | 6.86º | 0.38% | 0.36% | - |
| XYZ | 6.64 | 5.74 | 4.5 | - |
| YUV | 68.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 56 | 0 | 0.34 | 0.38 | 0.64 | 6.86 | 0.24 | 0.29 |
| Hex | 5B | 3C | 38 | 0 | 22 | 26 | 40 | 7 | 18 | 1D |
| Octal | 133 | 74 | 70 | 0 | 42 | 46 | 100 | 7 | 30 | 35 |
| Binary | 1011011 | 111100 | 111000 | 0 | 100010 | 100110 | 1000000 | 111 | 11000 | 11101 |
Color Harmonies of #5B3C38
Complementary color
Monochromatic Colors of #5B3C38
Black with #5B3C38
Text Example
Text Example
White with #5B3C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C38; }
p { color: rgb(91,60,56); }
H1.HeaderClassName
{
color: #5B3C38;
}
.AnyTagClassName
{
color: #5B3C38;
}
</style>
background-color css
<style>
a { background-color: #5B3C38; }
a { background-color: rgb(91,60,56); }
div.DivClassName
{
background-color: #5B3C38;
}
.BgClassName
{
background-color: #5B3C38;
}
</style>
border-color css
<style>
span { border-color: #5B3C38; }
span { border-color: rgb(91,60,56); }
td.TdClassName
{
border-color: #5B3C38;
}
.TagClassName
{
border-color: #5B3C38;
}
</style>