Shades of Crusoe #055414
Tints of Crusoe #055414
RGB
CMYK
RGB Variations
Color information
#055414 (or 0x055414) is known color: Crusoe. HEX triplet: 05, 54 and 14. RGB value is (5,84,20). Sum of RGB (Red+Green+Blue) = 5+84+20=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #055414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055414 is #FAABEB. Grayscale: #353535. Windows color (decimal): -16428012 or 1332229. OLE color: 1332229.
HSL color Cylindrical-coordinate representation of color #055414: hue angle of 131.39º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055414 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 84 | 20 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.67 |
| HSL | 131.39º | 0.89% | 0.17% | - |
| HSV(B) | 131.39º | 0.94% | 0.33% | - |
| XYZ | 3.36 | 6.42 | 1.72 | - |
| YUV | 53.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 20 | 0.94 | 0 | 0.76 | 0.67 | 131.39 | 0.89 | 0.17 |
| Hex | 5 | 54 | 14 | 5E | 0 | 4C | 43 | 83 | 59 | 11 |
| Octal | 5 | 124 | 24 | 136 | 0 | 114 | 103 | 203 | 131 | 21 |
| Binary | 101 | 1010100 | 10100 | 1011110 | 0 | 1001100 | 1000011 | 10000011 | 1011001 | 10001 |
Color Harmonies of #055414
Complementary color
Monochromatic Colors of #055414
Black with #055414
Text Example
Text Example
White with #055414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055414; }
p { color: rgb(5,84,20); }
H1.HeaderClassName
{
color: #055414;
}
.AnyTagClassName
{
color: #055414;
}
</style>
background-color css
<style>
a { background-color: #055414; }
a { background-color: rgb(5,84,20); }
div.DivClassName
{
background-color: #055414;
}
.BgClassName
{
background-color: #055414;
}
</style>
border-color css
<style>
span { border-color: #055414; }
span { border-color: rgb(5,84,20); }
td.TdClassName
{
border-color: #055414;
}
.TagClassName
{
border-color: #055414;
}
</style>