Shades of Crusoe #055514
Tints of Crusoe #055514
RGB
CMYK
RGB Variations
Color information
#055514 (or 0x055514) is known color: Crusoe. HEX triplet: 05, 55 and 14. RGB value is (5,85,20). Sum of RGB (Red+Green+Blue) = 5+85+20=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #055514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055514 is #FAAAEB. Grayscale: #353535. Windows color (decimal): -16427756 or 1332485. OLE color: 1332485.
HSL color Cylindrical-coordinate representation of color #055514: hue angle of 131.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055514 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 20 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.67 |
| HSL | 131.25º | 0.89% | 0.18% | - |
| HSV(B) | 131.25º | 0.94% | 0.33% | - |
| XYZ | 3.44 | 6.58 | 1.75 | - |
| YUV | 53.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 20 | 0.94 | 0 | 0.76 | 0.67 | 131.25 | 0.89 | 0.18 |
| Hex | 5 | 55 | 14 | 5E | 0 | 4C | 43 | 83 | 59 | 12 |
| Octal | 5 | 125 | 24 | 136 | 0 | 114 | 103 | 203 | 131 | 22 |
| Binary | 101 | 1010101 | 10100 | 1011110 | 0 | 1001100 | 1000011 | 10000011 | 1011001 | 10010 |
Color Harmonies of #055514
Complementary color
Monochromatic Colors of #055514
Black with #055514
Text Example
Text Example
White with #055514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055514; }
p { color: rgb(5,85,20); }
H1.HeaderClassName
{
color: #055514;
}
.AnyTagClassName
{
color: #055514;
}
</style>
background-color css
<style>
a { background-color: #055514; }
a { background-color: rgb(5,85,20); }
div.DivClassName
{
background-color: #055514;
}
.BgClassName
{
background-color: #055514;
}
</style>
border-color css
<style>
span { border-color: #055514; }
span { border-color: rgb(5,85,20); }
td.TdClassName
{
border-color: #055514;
}
.TagClassName
{
border-color: #055514;
}
</style>