Shades of Van Cleef #553C35
Tints of Van Cleef #553C35
RGB
CMYK
RGB Variations
Color information
#553C35 (or 0x553C35) is known color: Van Cleef. HEX triplet: 55, 3C and 35. RGB value is (85,60,53). Sum of RGB (Red+Green+Blue) = 85+60+53=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C35 is #AAC3CA. Grayscale: #424242. Windows color (decimal): -11191243 or 3488853. OLE color: 3488853.
HSL color Cylindrical-coordinate representation of color #553C35: hue angle of 13.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553C35 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 53 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.67 |
| HSL | 13.13º | 0.23% | 0.27% | - |
| HSV(B) | 13.13º | 0.38% | 0.33% | - |
| XYZ | 6 | 5.42 | 4.1 | - |
| YUV | 66.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 53 | 0 | 0.29 | 0.38 | 0.67 | 13.13 | 0.23 | 0.27 |
| Hex | 55 | 3C | 35 | 0 | 1D | 26 | 43 | D | 17 | 1B |
| Octal | 125 | 74 | 65 | 0 | 35 | 46 | 103 | 15 | 27 | 33 |
| Binary | 1010101 | 111100 | 110101 | 0 | 11101 | 100110 | 1000011 | 1101 | 10111 | 11011 |
Color Harmonies of #553C35
Complementary color
Monochromatic Colors of #553C35
Black with #553C35
Text Example
Text Example
White with #553C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C35; }
p { color: rgb(85,60,53); }
H1.HeaderClassName
{
color: #553C35;
}
.AnyTagClassName
{
color: #553C35;
}
</style>
background-color css
<style>
a { background-color: #553C35; }
a { background-color: rgb(85,60,53); }
div.DivClassName
{
background-color: #553C35;
}
.BgClassName
{
background-color: #553C35;
}
</style>
border-color css
<style>
span { border-color: #553C35; }
span { border-color: rgb(85,60,53); }
td.TdClassName
{
border-color: #553C35;
}
.TagClassName
{
border-color: #553C35;
}
</style>