Shades of Van Cleef #5B403C
Tints of Van Cleef #5B403C
RGB
CMYK
RGB Variations
Color information
#5B403C (or 0x5B403C) is known color: Van Cleef. HEX triplet: 5B, 40 and 3C. RGB value is (91,64,60). Sum of RGB (Red+Green+Blue) = 91+64+60=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B403C is #A4BFC3. Grayscale: #474747. Windows color (decimal): -10796996 or 3948635. OLE color: 3948635.
HSL color Cylindrical-coordinate representation of color #5B403C: hue angle of 7.74º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B403C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 64 | 60 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.64 |
| HSL | 7.74º | 0.21% | 0.3% | - |
| HSV(B) | 7.74º | 0.34% | 0.36% | - |
| XYZ | 6.96 | 6.22 | 5.11 | - |
| YUV | 71.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 60 | 0 | 0.30 | 0.34 | 0.64 | 7.74 | 0.21 | 0.3 |
| Hex | 5B | 40 | 3C | 0 | 1E | 22 | 40 | 8 | 15 | 1E |
| Octal | 133 | 100 | 74 | 0 | 36 | 42 | 100 | 10 | 25 | 36 |
| Binary | 1011011 | 1000000 | 111100 | 0 | 11110 | 100010 | 1000000 | 1000 | 10101 | 11110 |
Color Harmonies of #5B403C
Complementary color
Monochromatic Colors of #5B403C
Black with #5B403C
Text Example
Text Example
White with #5B403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B403C; }
p { color: rgb(91,64,60); }
H1.HeaderClassName
{
color: #5B403C;
}
.AnyTagClassName
{
color: #5B403C;
}
</style>
background-color css
<style>
a { background-color: #5B403C; }
a { background-color: rgb(91,64,60); }
div.DivClassName
{
background-color: #5B403C;
}
.BgClassName
{
background-color: #5B403C;
}
</style>
border-color css
<style>
span { border-color: #5B403C; }
span { border-color: rgb(91,64,60); }
td.TdClassName
{
border-color: #5B403C;
}
.TagClassName
{
border-color: #5B403C;
}
</style>