Shades of Van Cleef #553D39
Tints of Van Cleef #553D39
RGB
CMYK
RGB Variations
Color information
#553D39 (or 0x553D39) is known color: Van Cleef. HEX triplet: 55, 3D and 39. RGB value is (85,61,57). Sum of RGB (Red+Green+Blue) = 85+61+57=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D39 is #AAC2C6. Grayscale: #434343. Windows color (decimal): -11190983 or 3751253. OLE color: 3751253.
HSL color Cylindrical-coordinate representation of color #553D39: hue angle of 8.57º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #553D39 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 57 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.67 |
| HSL | 8.57º | 0.2% | 0.28% | - |
| HSV(B) | 8.57º | 0.33% | 0.33% | - |
| XYZ | 6.15 | 5.56 | 4.62 | - |
| YUV | 67.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 57 | 0 | 0.28 | 0.33 | 0.67 | 8.57 | 0.2 | 0.28 |
| Hex | 55 | 3D | 39 | 0 | 1C | 21 | 43 | 9 | 14 | 1C |
| Octal | 125 | 75 | 71 | 0 | 34 | 41 | 103 | 11 | 24 | 34 |
| Binary | 1010101 | 111101 | 111001 | 0 | 11100 | 100001 | 1000011 | 1001 | 10100 | 11100 |
Color Harmonies of #553D39
Complementary color
Monochromatic Colors of #553D39
Black with #553D39
Text Example
Text Example
White with #553D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D39; }
p { color: rgb(85,61,57); }
H1.HeaderClassName
{
color: #553D39;
}
.AnyTagClassName
{
color: #553D39;
}
</style>
background-color css
<style>
a { background-color: #553D39; }
a { background-color: rgb(85,61,57); }
div.DivClassName
{
background-color: #553D39;
}
.BgClassName
{
background-color: #553D39;
}
</style>
border-color css
<style>
span { border-color: #553D39; }
span { border-color: rgb(85,61,57); }
td.TdClassName
{
border-color: #553D39;
}
.TagClassName
{
border-color: #553D39;
}
</style>