Shades of Crusoe #165832
Tints of Crusoe #165832
RGB
CMYK
RGB Variations
Color information
#165832 (or 0x165832) is known color: Crusoe. HEX triplet: 16, 58 and 32. RGB value is (22,88,50). Sum of RGB (Red+Green+Blue) = 22+88+50=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #165832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165832 is #E9A7CD. Grayscale: #404040. Windows color (decimal): -15312846 or 3299350. OLE color: 3299350.
HSL color Cylindrical-coordinate representation of color #165832: hue angle of 145.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165832 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 88 | 50 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.65 |
| HSL | 145.45º | 0.6% | 0.22% | - |
| HSV(B) | 145.45º | 0.75% | 0.35% | - |
| XYZ | 4.4 | 7.38 | 4.21 | - |
| YUV | 63.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 50 | 0.75 | 0 | 0.43 | 0.65 | 145.45 | 0.6 | 0.22 |
| Hex | 16 | 58 | 32 | 4B | 0 | 2B | 41 | 91 | 3C | 16 |
| Octal | 26 | 130 | 62 | 113 | 0 | 53 | 101 | 221 | 74 | 26 |
| Binary | 10110 | 1011000 | 110010 | 1001011 | 0 | 101011 | 1000001 | 10010001 | 111100 | 10110 |
Color Harmonies of #165832
Complementary color
Monochromatic Colors of #165832
Black with #165832
Text Example
Text Example
White with #165832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165832; }
p { color: rgb(22,88,50); }
H1.HeaderClassName
{
color: #165832;
}
.AnyTagClassName
{
color: #165832;
}
</style>
background-color css
<style>
a { background-color: #165832; }
a { background-color: rgb(22,88,50); }
div.DivClassName
{
background-color: #165832;
}
.BgClassName
{
background-color: #165832;
}
</style>
border-color css
<style>
span { border-color: #165832; }
span { border-color: rgb(22,88,50); }
td.TdClassName
{
border-color: #165832;
}
.TagClassName
{
border-color: #165832;
}
</style>