Shades of Cab Sav #553235
Tints of Cab Sav #553235
RGB
CMYK
RGB Variations
Color information
#553235 (or 0x553235) is known color: Cab Sav. HEX triplet: 55, 32 and 35. RGB value is (85,50,53). Sum of RGB (Red+Green+Blue) = 85+50+53=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553235 is #AACDCA. Grayscale: #3C3C3C. Windows color (decimal): -11193803 or 3486293. OLE color: 3486293.
HSL color Cylindrical-coordinate representation of color #553235: hue angle of 354.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553235 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 53 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.67 |
| HSL | 354.86º | 0.26% | 0.26% | - |
| HSV(B) | 354.86º | 0.41% | 0.33% | - |
| XYZ | 5.53 | 4.47 | 3.94 | - |
| YUV | 60.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 53 | 0 | 0.41 | 0.38 | 0.67 | 354.86 | 0.26 | 0.26 |
| Hex | 55 | 32 | 35 | 0 | 29 | 26 | 43 | 163 | 1A | 1A |
| Octal | 125 | 62 | 65 | 0 | 51 | 46 | 103 | 543 | 32 | 32 |
| Binary | 1010101 | 110010 | 110101 | 0 | 101001 | 100110 | 1000011 | 101100011 | 11010 | 11010 |
Color Harmonies of #553235
Complementary color
Monochromatic Colors of #553235
Black with #553235
Text Example
Text Example
White with #553235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553235; }
p { color: rgb(85,50,53); }
H1.HeaderClassName
{
color: #553235;
}
.AnyTagClassName
{
color: #553235;
}
</style>
background-color css
<style>
a { background-color: #553235; }
a { background-color: rgb(85,50,53); }
div.DivClassName
{
background-color: #553235;
}
.BgClassName
{
background-color: #553235;
}
</style>
border-color css
<style>
span { border-color: #553235; }
span { border-color: rgb(85,50,53); }
td.TdClassName
{
border-color: #553235;
}
.TagClassName
{
border-color: #553235;
}
</style>