Shades of Van Cleef #553A35
Tints of Van Cleef #553A35
RGB
CMYK
RGB Variations
Color information
#553A35 (or 0x553A35) is known color: Van Cleef. HEX triplet: 55, 3A and 35. RGB value is (85,58,53). Sum of RGB (Red+Green+Blue) = 85+58+53=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #553A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A35 is #AAC5CA. Grayscale: #414141. Windows color (decimal): -11191755 or 3488341. OLE color: 3488341.
HSL color Cylindrical-coordinate representation of color #553A35: hue angle of 9.38º 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 #553A35 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 53 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.67 |
| HSL | 9.38º | 0.23% | 0.27% | - |
| HSV(B) | 9.38º | 0.38% | 0.33% | - |
| XYZ | 5.9 | 5.21 | 4.06 | - |
| YUV | 65.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 53 | 0 | 0.32 | 0.38 | 0.67 | 9.38 | 0.23 | 0.27 |
| Hex | 55 | 3A | 35 | 0 | 20 | 26 | 43 | 9 | 17 | 1B |
| Octal | 125 | 72 | 65 | 0 | 40 | 46 | 103 | 11 | 27 | 33 |
| Binary | 1010101 | 111010 | 110101 | 0 | 100000 | 100110 | 1000011 | 1001 | 10111 | 11011 |
Color Harmonies of #553A35
Complementary color
Monochromatic Colors of #553A35
Black with #553A35
Text Example
Text Example
White with #553A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A35; }
p { color: rgb(85,58,53); }
H1.HeaderClassName
{
color: #553A35;
}
.AnyTagClassName
{
color: #553A35;
}
</style>
background-color css
<style>
a { background-color: #553A35; }
a { background-color: rgb(85,58,53); }
div.DivClassName
{
background-color: #553A35;
}
.BgClassName
{
background-color: #553A35;
}
</style>
border-color css
<style>
span { border-color: #553A35; }
span { border-color: rgb(85,58,53); }
td.TdClassName
{
border-color: #553A35;
}
.TagClassName
{
border-color: #553A35;
}
</style>