Shades of Van Cleef #553B36
Tints of Van Cleef #553B36
RGB
CMYK
RGB Variations
Color information
#553B36 (or 0x553B36) is known color: Van Cleef. HEX triplet: 55, 3B and 36. RGB value is (85,59,54). Sum of RGB (Red+Green+Blue) = 85+59+54=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #553B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B36 is #AAC4C9. Grayscale: #424242. Windows color (decimal): -11191498 or 3554133. OLE color: 3554133.
HSL color Cylindrical-coordinate representation of color #553B36: hue angle of 9.68º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553B36 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 54 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.67 |
| HSL | 9.68º | 0.22% | 0.27% | - |
| HSV(B) | 9.68º | 0.36% | 0.33% | - |
| XYZ | 5.98 | 5.33 | 4.2 | - |
| YUV | 66.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 54 | 0 | 0.31 | 0.36 | 0.67 | 9.68 | 0.22 | 0.27 |
| Hex | 55 | 3B | 36 | 0 | 1F | 24 | 43 | A | 16 | 1B |
| Octal | 125 | 73 | 66 | 0 | 37 | 44 | 103 | 12 | 26 | 33 |
| Binary | 1010101 | 111011 | 110110 | 0 | 11111 | 100100 | 1000011 | 1010 | 10110 | 11011 |
Color Harmonies of #553B36
Complementary color
Monochromatic Colors of #553B36
Black with #553B36
Text Example
Text Example
White with #553B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B36; }
p { color: rgb(85,59,54); }
H1.HeaderClassName
{
color: #553B36;
}
.AnyTagClassName
{
color: #553B36;
}
</style>
background-color css
<style>
a { background-color: #553B36; }
a { background-color: rgb(85,59,54); }
div.DivClassName
{
background-color: #553B36;
}
.BgClassName
{
background-color: #553B36;
}
</style>
border-color css
<style>
span { border-color: #553B36; }
span { border-color: rgb(85,59,54); }
td.TdClassName
{
border-color: #553B36;
}
.TagClassName
{
border-color: #553B36;
}
</style>