Shades of Van Cleef #553E39
Tints of Van Cleef #553E39
RGB
CMYK
RGB Variations
Color information
#553E39 (or 0x553E39) is known color: Van Cleef. HEX triplet: 55, 3E and 39. RGB value is (85,62,57). Sum of RGB (Red+Green+Blue) = 85+62+57=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #553E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E39 is #AAC1C6. Grayscale: #444444. Windows color (decimal): -11190727 or 3751509. OLE color: 3751509.
HSL color Cylindrical-coordinate representation of color #553E39: hue angle of 10.71º 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 #553E39 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 57 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.67 |
| HSL | 10.71º | 0.2% | 0.28% | - |
| HSV(B) | 10.71º | 0.33% | 0.33% | - |
| XYZ | 6.21 | 5.67 | 4.64 | - |
| YUV | 68.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 57 | 0 | 0.27 | 0.33 | 0.67 | 10.71 | 0.2 | 0.28 |
| Hex | 55 | 3E | 39 | 0 | 1B | 21 | 43 | B | 14 | 1C |
| Octal | 125 | 76 | 71 | 0 | 33 | 41 | 103 | 13 | 24 | 34 |
| Binary | 1010101 | 111110 | 111001 | 0 | 11011 | 100001 | 1000011 | 1011 | 10100 | 11100 |
Color Harmonies of #553E39
Complementary color
Monochromatic Colors of #553E39
Black with #553E39
Text Example
Text Example
White with #553E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E39; }
p { color: rgb(85,62,57); }
H1.HeaderClassName
{
color: #553E39;
}
.AnyTagClassName
{
color: #553E39;
}
</style>
background-color css
<style>
a { background-color: #553E39; }
a { background-color: rgb(85,62,57); }
div.DivClassName
{
background-color: #553E39;
}
.BgClassName
{
background-color: #553E39;
}
</style>
border-color css
<style>
span { border-color: #553E39; }
span { border-color: rgb(85,62,57); }
td.TdClassName
{
border-color: #553E39;
}
.TagClassName
{
border-color: #553E39;
}
</style>