Shades of Van Cleef #553F39
Tints of Van Cleef #553F39
RGB
CMYK
RGB Variations
Color information
#553F39 (or 0x553F39) is known color: Van Cleef. HEX triplet: 55, 3F and 39. RGB value is (85,63,57). Sum of RGB (Red+Green+Blue) = 85+63+57=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F39 is #AAC0C6. Grayscale: #444444. Windows color (decimal): -11190471 or 3751765. OLE color: 3751765.
HSL color Cylindrical-coordinate representation of color #553F39: hue angle of 12.86º 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 #553F39 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 57 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.67 |
| HSL | 12.86º | 0.2% | 0.28% | - |
| HSV(B) | 12.86º | 0.33% | 0.33% | - |
| XYZ | 6.26 | 5.78 | 4.66 | - |
| YUV | 68.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 57 | 0 | 0.26 | 0.33 | 0.67 | 12.86 | 0.2 | 0.28 |
| Hex | 55 | 3F | 39 | 0 | 1A | 21 | 43 | D | 14 | 1C |
| Octal | 125 | 77 | 71 | 0 | 32 | 41 | 103 | 15 | 24 | 34 |
| Binary | 1010101 | 111111 | 111001 | 0 | 11010 | 100001 | 1000011 | 1101 | 10100 | 11100 |
Color Harmonies of #553F39
Complementary color
Monochromatic Colors of #553F39
Black with #553F39
Text Example
Text Example
White with #553F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F39; }
p { color: rgb(85,63,57); }
H1.HeaderClassName
{
color: #553F39;
}
.AnyTagClassName
{
color: #553F39;
}
</style>
background-color css
<style>
a { background-color: #553F39; }
a { background-color: rgb(85,63,57); }
div.DivClassName
{
background-color: #553F39;
}
.BgClassName
{
background-color: #553F39;
}
</style>
border-color css
<style>
span { border-color: #553F39; }
span { border-color: rgb(85,63,57); }
td.TdClassName
{
border-color: #553F39;
}
.TagClassName
{
border-color: #553F39;
}
</style>