Shades of Van Cleef #5A3A35
Tints of Van Cleef #5A3A35
RGB
CMYK
RGB Variations
Color information
#5A3A35 (or 0x5A3A35) is known color: Van Cleef. HEX triplet: 5A, 3A and 35. RGB value is (90,58,53). Sum of RGB (Red+Green+Blue) = 90+58+53=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A35 is #A5C5CA. Grayscale: #434343. Windows color (decimal): -10864075 or 3488346. OLE color: 3488346.
HSL color Cylindrical-coordinate representation of color #5A3A35: hue angle of 8.11º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A3A35 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 53 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.65 |
| HSL | 8.11º | 0.26% | 0.28% | - |
| HSV(B) | 8.11º | 0.41% | 0.35% | - |
| XYZ | 6.37 | 5.46 | 4.09 | - |
| YUV | 67 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 53 | 0 | 0.36 | 0.41 | 0.65 | 8.11 | 0.26 | 0.28 |
| Hex | 5A | 3A | 35 | 0 | 24 | 29 | 41 | 8 | 1A | 1C |
| Octal | 132 | 72 | 65 | 0 | 44 | 51 | 101 | 10 | 32 | 34 |
| Binary | 1011010 | 111010 | 110101 | 0 | 100100 | 101001 | 1000001 | 1000 | 11010 | 11100 |
Color Harmonies of #5A3A35
Complementary color
Monochromatic Colors of #5A3A35
Black with #5A3A35
Text Example
Text Example
White with #5A3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A35; }
p { color: rgb(90,58,53); }
H1.HeaderClassName
{
color: #5A3A35;
}
.AnyTagClassName
{
color: #5A3A35;
}
</style>
background-color css
<style>
a { background-color: #5A3A35; }
a { background-color: rgb(90,58,53); }
div.DivClassName
{
background-color: #5A3A35;
}
.BgClassName
{
background-color: #5A3A35;
}
</style>
border-color css
<style>
span { border-color: #5A3A35; }
span { border-color: rgb(90,58,53); }
td.TdClassName
{
border-color: #5A3A35;
}
.TagClassName
{
border-color: #5A3A35;
}
</style>