Shades of Van Cleef #553C3C
Tints of Van Cleef #553C3C
RGB
CMYK
RGB Variations
Color information
#553C3C (or 0x553C3C) is known color: Van Cleef. HEX triplet: 55, 3C and 3C. RGB value is (85,60,60). Sum of RGB (Red+Green+Blue) = 85+60+60=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C3C is #AAC3C3. Grayscale: #434343. Windows color (decimal): -11191236 or 3947605. OLE color: 3947605.
HSL color Cylindrical-coordinate representation of color #553C3C: hue angle of 0º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553C3C is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 60 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.67 |
| HSL | 0º | 0.17% | 0.28% | - |
| HSV(B) | 0º | 0.29% | 0.33% | - |
| XYZ | 6.18 | 5.49 | 5.01 | - |
| YUV | 67.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 60 | 0 | 0.29 | 0.29 | 0.67 | 0 | 0.17 | 0.28 |
| Hex | 55 | 3C | 3C | 0 | 1D | 1D | 43 | 0 | 11 | 1C |
| Octal | 125 | 74 | 74 | 0 | 35 | 35 | 103 | 0 | 21 | 34 |
| Binary | 1010101 | 111100 | 111100 | 0 | 11101 | 11101 | 1000011 | 0 | 10001 | 11100 |
Color Harmonies of #553C3C
Complementary color
Monochromatic Colors of #553C3C
Black with #553C3C
Text Example
Text Example
White with #553C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C3C; }
p { color: rgb(85,60,60); }
H1.HeaderClassName
{
color: #553C3C;
}
.AnyTagClassName
{
color: #553C3C;
}
</style>
background-color css
<style>
a { background-color: #553C3C; }
a { background-color: rgb(85,60,60); }
div.DivClassName
{
background-color: #553C3C;
}
.BgClassName
{
background-color: #553C3C;
}
</style>
border-color css
<style>
span { border-color: #553C3C; }
span { border-color: rgb(85,60,60); }
td.TdClassName
{
border-color: #553C3C;
}
.TagClassName
{
border-color: #553C3C;
}
</style>