Shades of Van Cleef #553D3A
Tints of Van Cleef #553D3A
RGB
CMYK
RGB Variations
Color information
#553D3A (or 0x553D3A) is known color: Van Cleef. HEX triplet: 55, 3D and 3A. RGB value is (85,61,58). Sum of RGB (Red+Green+Blue) = 85+61+58=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #553D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D3A is #AAC2C5. Grayscale: #434343. Windows color (decimal): -11190982 or 3816789. OLE color: 3816789.
HSL color Cylindrical-coordinate representation of color #553D3A: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553D3A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 58 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.67 |
| HSL | 6.67º | 0.19% | 0.28% | - |
| HSV(B) | 6.67º | 0.32% | 0.33% | - |
| XYZ | 6.18 | 5.57 | 4.75 | - |
| YUV | 67.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 58 | 0 | 0.28 | 0.32 | 0.67 | 6.67 | 0.19 | 0.28 |
| Hex | 55 | 3D | 3A | 0 | 1C | 20 | 43 | 7 | 13 | 1C |
| Octal | 125 | 75 | 72 | 0 | 34 | 40 | 103 | 7 | 23 | 34 |
| Binary | 1010101 | 111101 | 111010 | 0 | 11100 | 100000 | 1000011 | 111 | 10011 | 11100 |
Color Harmonies of #553D3A
Complementary color
Monochromatic Colors of #553D3A
Black with #553D3A
Text Example
Text Example
White with #553D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D3A; }
p { color: rgb(85,61,58); }
H1.HeaderClassName
{
color: #553D3A;
}
.AnyTagClassName
{
color: #553D3A;
}
</style>
background-color css
<style>
a { background-color: #553D3A; }
a { background-color: rgb(85,61,58); }
div.DivClassName
{
background-color: #553D3A;
}
.BgClassName
{
background-color: #553D3A;
}
</style>
border-color css
<style>
span { border-color: #553D3A; }
span { border-color: rgb(85,61,58); }
td.TdClassName
{
border-color: #553D3A;
}
.TagClassName
{
border-color: #553D3A;
}
</style>