Shades of Van Cleef #553A36
Tints of Van Cleef #553A36
RGB
CMYK
RGB Variations
Color information
#553A36 (or 0x553A36) is known color: Van Cleef. HEX triplet: 55, 3A and 36. RGB value is (85,58,54). Sum of RGB (Red+Green+Blue) = 85+58+54=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #553A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A36 is #AAC5C9. Grayscale: #414141. Windows color (decimal): -11191754 or 3553877. OLE color: 3553877.
HSL color Cylindrical-coordinate representation of color #553A36: hue angle of 7.74º 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 #553A36 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 54 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.67 |
| HSL | 7.74º | 0.22% | 0.27% | - |
| HSV(B) | 7.74º | 0.36% | 0.33% | - |
| XYZ | 5.93 | 5.22 | 4.19 | - |
| YUV | 65.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 54 | 0 | 0.32 | 0.36 | 0.67 | 7.74 | 0.22 | 0.27 |
| Hex | 55 | 3A | 36 | 0 | 20 | 24 | 43 | 8 | 16 | 1B |
| Octal | 125 | 72 | 66 | 0 | 40 | 44 | 103 | 10 | 26 | 33 |
| Binary | 1010101 | 111010 | 110110 | 0 | 100000 | 100100 | 1000011 | 1000 | 10110 | 11011 |
Color Harmonies of #553A36
Complementary color
Monochromatic Colors of #553A36
Black with #553A36
Text Example
Text Example
White with #553A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A36; }
p { color: rgb(85,58,54); }
H1.HeaderClassName
{
color: #553A36;
}
.AnyTagClassName
{
color: #553A36;
}
</style>
background-color css
<style>
a { background-color: #553A36; }
a { background-color: rgb(85,58,54); }
div.DivClassName
{
background-color: #553A36;
}
.BgClassName
{
background-color: #553A36;
}
</style>
border-color css
<style>
span { border-color: #553A36; }
span { border-color: rgb(85,58,54); }
td.TdClassName
{
border-color: #553A36;
}
.TagClassName
{
border-color: #553A36;
}
</style>