Shades of Van Cleef #553C37
Tints of Van Cleef #553C37
RGB
CMYK
RGB Variations
Color information
#553C37 (or 0x553C37) is known color: Van Cleef. HEX triplet: 55, 3C and 37. RGB value is (85,60,55). Sum of RGB (Red+Green+Blue) = 85+60+55=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #553C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C37 is #AAC3C8. Grayscale: #424242. Windows color (decimal): -11191241 or 3619925. OLE color: 3619925.
HSL color Cylindrical-coordinate representation of color #553C37: hue angle of 10º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #553C37 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 55 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.67 |
| HSL | 10º | 0.21% | 0.27% | - |
| HSV(B) | 10º | 0.35% | 0.33% | - |
| XYZ | 6.05 | 5.44 | 4.35 | - |
| YUV | 66.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 55 | 0 | 0.29 | 0.35 | 0.67 | 10 | 0.21 | 0.27 |
| Hex | 55 | 3C | 37 | 0 | 1D | 23 | 43 | A | 15 | 1B |
| Octal | 125 | 74 | 67 | 0 | 35 | 43 | 103 | 12 | 25 | 33 |
| Binary | 1010101 | 111100 | 110111 | 0 | 11101 | 100011 | 1000011 | 1010 | 10101 | 11011 |
Color Harmonies of #553C37
Complementary color
Monochromatic Colors of #553C37
Black with #553C37
Text Example
Text Example
White with #553C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C37; }
p { color: rgb(85,60,55); }
H1.HeaderClassName
{
color: #553C37;
}
.AnyTagClassName
{
color: #553C37;
}
</style>
background-color css
<style>
a { background-color: #553C37; }
a { background-color: rgb(85,60,55); }
div.DivClassName
{
background-color: #553C37;
}
.BgClassName
{
background-color: #553C37;
}
</style>
border-color css
<style>
span { border-color: #553C37; }
span { border-color: rgb(85,60,55); }
td.TdClassName
{
border-color: #553C37;
}
.TagClassName
{
border-color: #553C37;
}
</style>