Shades of Van Cleef #5A3B38
Tints of Van Cleef #5A3B38
RGB
CMYK
RGB Variations
Color information
#5A3B38 (or 0x5A3B38) is known color: Van Cleef. HEX triplet: 5A, 3B and 38. RGB value is (90,59,56). Sum of RGB (Red+Green+Blue) = 90+59+56=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B38 is #A5C4C7. Grayscale: #434343. Windows color (decimal): -10863816 or 3685210. OLE color: 3685210.
HSL color Cylindrical-coordinate representation of color #5A3B38: hue angle of 5.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A3B38 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 56 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.65 |
| HSL | 5.29º | 0.23% | 0.29% | - |
| HSV(B) | 5.29º | 0.38% | 0.35% | - |
| XYZ | 6.49 | 5.59 | 4.48 | - |
| YUV | 67.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 56 | 0 | 0.34 | 0.38 | 0.65 | 5.29 | 0.23 | 0.29 |
| Hex | 5A | 3B | 38 | 0 | 22 | 26 | 41 | 5 | 17 | 1D |
| Octal | 132 | 73 | 70 | 0 | 42 | 46 | 101 | 5 | 27 | 35 |
| Binary | 1011010 | 111011 | 111000 | 0 | 100010 | 100110 | 1000001 | 101 | 10111 | 11101 |
Color Harmonies of #5A3B38
Complementary color
Monochromatic Colors of #5A3B38
Black with #5A3B38
Text Example
Text Example
White with #5A3B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B38; }
p { color: rgb(90,59,56); }
H1.HeaderClassName
{
color: #5A3B38;
}
.AnyTagClassName
{
color: #5A3B38;
}
</style>
background-color css
<style>
a { background-color: #5A3B38; }
a { background-color: rgb(90,59,56); }
div.DivClassName
{
background-color: #5A3B38;
}
.BgClassName
{
background-color: #5A3B38;
}
</style>
border-color css
<style>
span { border-color: #5A3B38; }
span { border-color: rgb(90,59,56); }
td.TdClassName
{
border-color: #5A3B38;
}
.TagClassName
{
border-color: #5A3B38;
}
</style>