Shades of Van Cleef #563B3A
Tints of Van Cleef #563B3A
RGB
CMYK
RGB Variations
Color information
#563B3A (or 0x563B3A) is known color: Van Cleef. HEX triplet: 56, 3B and 3A. RGB value is (86,59,58). Sum of RGB (Red+Green+Blue) = 86+59+58=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #563B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B3A is #A9C4C5. Grayscale: #424242. Windows color (decimal): -11125958 or 3816278. OLE color: 3816278.
HSL color Cylindrical-coordinate representation of color #563B3A: hue angle of 2.14º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #563B3A is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 59 | 58 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.66 |
| HSL | 2.14º | 0.19% | 0.28% | - |
| HSV(B) | 2.14º | 0.33% | 0.34% | - |
| XYZ | 6.17 | 5.41 | 4.72 | - |
| YUV | 66.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 59 | 58 | 0 | 0.31 | 0.33 | 0.66 | 2.14 | 0.19 | 0.28 |
| Hex | 56 | 3B | 3A | 0 | 1F | 21 | 42 | 2 | 13 | 1C |
| Octal | 126 | 73 | 72 | 0 | 37 | 41 | 102 | 2 | 23 | 34 |
| Binary | 1010110 | 111011 | 111010 | 0 | 11111 | 100001 | 1000010 | 10 | 10011 | 11100 |
Color Harmonies of #563B3A
Complementary color
Monochromatic Colors of #563B3A
Black with #563B3A
Text Example
Text Example
White with #563B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563B3A; }
p { color: rgb(86,59,58); }
H1.HeaderClassName
{
color: #563B3A;
}
.AnyTagClassName
{
color: #563B3A;
}
</style>
background-color css
<style>
a { background-color: #563B3A; }
a { background-color: rgb(86,59,58); }
div.DivClassName
{
background-color: #563B3A;
}
.BgClassName
{
background-color: #563B3A;
}
</style>
border-color css
<style>
span { border-color: #563B3A; }
span { border-color: rgb(86,59,58); }
td.TdClassName
{
border-color: #563B3A;
}
.TagClassName
{
border-color: #563B3A;
}
</style>