Shades of Van Cleef #5B3F3B
Tints of Van Cleef #5B3F3B
RGB
CMYK
RGB Variations
Color information
#5B3F3B (or 0x5B3F3B) is known color: Van Cleef. HEX triplet: 5B, 3F and 3B. RGB value is (91,63,59). Sum of RGB (Red+Green+Blue) = 91+63+59=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3F3B is #A4C0C4. Grayscale: #464646. Windows color (decimal): -10797253 or 3882843. OLE color: 3882843.
HSL color Cylindrical-coordinate representation of color #5B3F3B: hue angle of 7.5º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B3F3B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 63 | 59 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.64 |
| HSL | 7.5º | 0.21% | 0.29% | - |
| HSV(B) | 7.5º | 0.35% | 0.36% | - |
| XYZ | 6.88 | 6.09 | 4.95 | - |
| YUV | 70.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 59 | 0 | 0.31 | 0.35 | 0.64 | 7.5 | 0.21 | 0.29 |
| Hex | 5B | 3F | 3B | 0 | 1F | 23 | 40 | 8 | 15 | 1D |
| Octal | 133 | 77 | 73 | 0 | 37 | 43 | 100 | 10 | 25 | 35 |
| Binary | 1011011 | 111111 | 111011 | 0 | 11111 | 100011 | 1000000 | 1000 | 10101 | 11101 |
Color Harmonies of #5B3F3B
Complementary color
Monochromatic Colors of #5B3F3B
Black with #5B3F3B
Text Example
Text Example
White with #5B3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3F3B; }
p { color: rgb(91,63,59); }
H1.HeaderClassName
{
color: #5B3F3B;
}
.AnyTagClassName
{
color: #5B3F3B;
}
</style>
background-color css
<style>
a { background-color: #5B3F3B; }
a { background-color: rgb(91,63,59); }
div.DivClassName
{
background-color: #5B3F3B;
}
.BgClassName
{
background-color: #5B3F3B;
}
</style>
border-color css
<style>
span { border-color: #5B3F3B; }
span { border-color: rgb(91,63,59); }
td.TdClassName
{
border-color: #5B3F3B;
}
.TagClassName
{
border-color: #5B3F3B;
}
</style>