Shades of Crusoe #155529
Tints of Crusoe #155529
RGB
CMYK
RGB Variations
Color information
#155529 (or 0x155529) is known color: Crusoe. HEX triplet: 15, 55 and 29. RGB value is (21,85,41). Sum of RGB (Red+Green+Blue) = 21+85+41=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #155529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155529 is #EAAAD6. Grayscale: #3C3C3C. Windows color (decimal): -15379159 or 2708757. OLE color: 2708757.
HSL color Cylindrical-coordinate representation of color #155529: hue angle of 138.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155529 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 41 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.67 |
| HSL | 138.75º | 0.6% | 0.21% | - |
| HSV(B) | 138.75º | 0.75% | 0.33% | - |
| XYZ | 3.96 | 6.82 | 3.2 | - |
| YUV | 60.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 41 | 0.75 | 0 | 0.52 | 0.67 | 138.75 | 0.6 | 0.21 |
| Hex | 15 | 55 | 29 | 4B | 0 | 34 | 43 | 8B | 3C | 15 |
| Octal | 25 | 125 | 51 | 113 | 0 | 64 | 103 | 213 | 74 | 25 |
| Binary | 10101 | 1010101 | 101001 | 1001011 | 0 | 110100 | 1000011 | 10001011 | 111100 | 10101 |
Color Harmonies of #155529
Complementary color
Monochromatic Colors of #155529
Black with #155529
Text Example
Text Example
White with #155529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155529; }
p { color: rgb(21,85,41); }
H1.HeaderClassName
{
color: #155529;
}
.AnyTagClassName
{
color: #155529;
}
</style>
background-color css
<style>
a { background-color: #155529; }
a { background-color: rgb(21,85,41); }
div.DivClassName
{
background-color: #155529;
}
.BgClassName
{
background-color: #155529;
}
</style>
border-color css
<style>
span { border-color: #155529; }
span { border-color: rgb(21,85,41); }
td.TdClassName
{
border-color: #155529;
}
.TagClassName
{
border-color: #155529;
}
</style>