Shades of Van Cleef #553E3B
Tints of Van Cleef #553E3B
RGB
CMYK
RGB Variations
Color information
#553E3B (or 0x553E3B) is known color: Van Cleef. HEX triplet: 55, 3E and 3B. RGB value is (85,62,59). Sum of RGB (Red+Green+Blue) = 85+62+59=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 85 - color contains mainly: red. Hex color #553E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553E3B is #AAC1C4. Grayscale: #444444. Windows color (decimal): -11190725 or 3882581. OLE color: 3882581.
HSL color Cylindrical-coordinate representation of color #553E3B: hue angle of 6.92º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #553E3B is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 62 | 59 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.67 |
| HSL | 6.92º | 0.18% | 0.28% | - |
| HSV(B) | 6.92º | 0.31% | 0.33% | - |
| XYZ | 6.26 | 5.69 | 4.91 | - |
| YUV | 68.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 62 | 59 | 0 | 0.27 | 0.31 | 0.67 | 6.92 | 0.18 | 0.28 |
| Hex | 55 | 3E | 3B | 0 | 1B | 1F | 43 | 7 | 12 | 1C |
| Octal | 125 | 76 | 73 | 0 | 33 | 37 | 103 | 7 | 22 | 34 |
| Binary | 1010101 | 111110 | 111011 | 0 | 11011 | 11111 | 1000011 | 111 | 10010 | 11100 |
Color Harmonies of #553E3B
Complementary color
Monochromatic Colors of #553E3B
Black with #553E3B
Text Example
Text Example
White with #553E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553E3B; }
p { color: rgb(85,62,59); }
H1.HeaderClassName
{
color: #553E3B;
}
.AnyTagClassName
{
color: #553E3B;
}
</style>
background-color css
<style>
a { background-color: #553E3B; }
a { background-color: rgb(85,62,59); }
div.DivClassName
{
background-color: #553E3B;
}
.BgClassName
{
background-color: #553E3B;
}
</style>
border-color css
<style>
span { border-color: #553E3B; }
span { border-color: rgb(85,62,59); }
td.TdClassName
{
border-color: #553E3B;
}
.TagClassName
{
border-color: #553E3B;
}
</style>