Shades of Crusoe #165535
Tints of Crusoe #165535
RGB
CMYK
RGB Variations
Color information
#165535 (or 0x165535) is known color: Crusoe. HEX triplet: 16, 55 and 35. RGB value is (22,85,53). Sum of RGB (Red+Green+Blue) = 22+85+53=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #165535 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165535 is #E9AACA. Grayscale: #3E3E3E. Windows color (decimal): -15313611 or 3495190. OLE color: 3495190.
HSL color Cylindrical-coordinate representation of color #165535: hue angle of 149.52º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165535 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 85 | 53 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.67 |
| HSL | 149.52º | 0.59% | 0.21% | - |
| HSV(B) | 149.52º | 0.74% | 0.33% | - |
| XYZ | 4.22 | 6.92 | 4.48 | - |
| YUV | 62.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 53 | 0.74 | 0 | 0.38 | 0.67 | 149.52 | 0.59 | 0.21 |
| Hex | 16 | 55 | 35 | 4A | 0 | 26 | 43 | 96 | 3B | 15 |
| Octal | 26 | 125 | 65 | 112 | 0 | 46 | 103 | 226 | 73 | 25 |
| Binary | 10110 | 1010101 | 110101 | 1001010 | 0 | 100110 | 1000011 | 10010110 | 111011 | 10101 |
Color Harmonies of #165535
Complementary color
Monochromatic Colors of #165535
Black with #165535
Text Example
Text Example
White with #165535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165535; }
p { color: rgb(22,85,53); }
H1.HeaderClassName
{
color: #165535;
}
.AnyTagClassName
{
color: #165535;
}
</style>
background-color css
<style>
a { background-color: #165535; }
a { background-color: rgb(22,85,53); }
div.DivClassName
{
background-color: #165535;
}
.BgClassName
{
background-color: #165535;
}
</style>
border-color css
<style>
span { border-color: #165535; }
span { border-color: rgb(22,85,53); }
td.TdClassName
{
border-color: #165535;
}
.TagClassName
{
border-color: #165535;
}
</style>