Shades of Van Cleef #5A3737
Tints of Van Cleef #5A3737
RGB
CMYK
RGB Variations
Color information
#5A3737 (or 0x5A3737) is known color: Van Cleef. HEX triplet: 5A, 37 and 37. RGB value is (90,55,55). Sum of RGB (Red+Green+Blue) = 90+55+55=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3737 is #A5C8C8. Grayscale: #414141. Windows color (decimal): -10864841 or 3618650. OLE color: 3618650.
HSL color Cylindrical-coordinate representation of color #5A3737: hue angle of 0º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A3737 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 55 | 55 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.65 |
| HSL | 0º | 0.24% | 0.28% | - |
| HSV(B) | 0º | 0.39% | 0.35% | - |
| XYZ | 6.27 | 5.18 | 4.28 | - |
| YUV | 65.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 55 | 0 | 0.39 | 0.39 | 0.65 | 0 | 0.24 | 0.28 |
| Hex | 5A | 37 | 37 | 0 | 27 | 27 | 41 | 0 | 18 | 1C |
| Octal | 132 | 67 | 67 | 0 | 47 | 47 | 101 | 0 | 30 | 34 |
| Binary | 1011010 | 110111 | 110111 | 0 | 100111 | 100111 | 1000001 | 0 | 11000 | 11100 |
Color Harmonies of #5A3737
Complementary color
Monochromatic Colors of #5A3737
Black with #5A3737
Text Example
Text Example
White with #5A3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3737; }
p { color: rgb(90,55,55); }
H1.HeaderClassName
{
color: #5A3737;
}
.AnyTagClassName
{
color: #5A3737;
}
</style>
background-color css
<style>
a { background-color: #5A3737; }
a { background-color: rgb(90,55,55); }
div.DivClassName
{
background-color: #5A3737;
}
.BgClassName
{
background-color: #5A3737;
}
</style>
border-color css
<style>
span { border-color: #5A3737; }
span { border-color: rgb(90,55,55); }
td.TdClassName
{
border-color: #5A3737;
}
.TagClassName
{
border-color: #5A3737;
}
</style>