Shades of Van Cleef #553A38
Tints of Van Cleef #553A38
RGB
CMYK
RGB Variations
Color information
#553A38 (or 0x553A38) is known color: Van Cleef. HEX triplet: 55, 3A and 38. RGB value is (85,58,56). Sum of RGB (Red+Green+Blue) = 85+58+56=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #553A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A38 is #AAC5C7. Grayscale: #414141. Windows color (decimal): -11191752 or 3684949. OLE color: 3684949.
HSL color Cylindrical-coordinate representation of color #553A38: hue angle of 4.14º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #553A38 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 56 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.67 |
| HSL | 4.14º | 0.21% | 0.28% | - |
| HSV(B) | 4.14º | 0.34% | 0.33% | - |
| XYZ | 5.97 | 5.24 | 4.44 | - |
| YUV | 65.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 56 | 0 | 0.32 | 0.34 | 0.67 | 4.14 | 0.21 | 0.28 |
| Hex | 55 | 3A | 38 | 0 | 20 | 22 | 43 | 4 | 15 | 1C |
| Octal | 125 | 72 | 70 | 0 | 40 | 42 | 103 | 4 | 25 | 34 |
| Binary | 1010101 | 111010 | 111000 | 0 | 100000 | 100010 | 1000011 | 100 | 10101 | 11100 |
Color Harmonies of #553A38
Complementary color
Monochromatic Colors of #553A38
Black with #553A38
Text Example
Text Example
White with #553A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A38; }
p { color: rgb(85,58,56); }
H1.HeaderClassName
{
color: #553A38;
}
.AnyTagClassName
{
color: #553A38;
}
</style>
background-color css
<style>
a { background-color: #553A38; }
a { background-color: rgb(85,58,56); }
div.DivClassName
{
background-color: #553A38;
}
.BgClassName
{
background-color: #553A38;
}
</style>
border-color css
<style>
span { border-color: #553A38; }
span { border-color: rgb(85,58,56); }
td.TdClassName
{
border-color: #553A38;
}
.TagClassName
{
border-color: #553A38;
}
</style>