Shades of Crusoe #055714
Tints of Crusoe #055714
RGB
CMYK
RGB Variations
Color information
#055714 (or 0x055714) is known color: Crusoe. HEX triplet: 05, 57 and 14. RGB value is (5,87,20). Sum of RGB (Red+Green+Blue) = 5+87+20=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #055714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055714 is #FAA8EB. Grayscale: #373737. Windows color (decimal): -16427244 or 1332997. OLE color: 1332997.
HSL color Cylindrical-coordinate representation of color #055714: hue angle of 130.98º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055714 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 87 | 20 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.66 |
| HSL | 130.98º | 0.89% | 0.18% | - |
| HSV(B) | 130.98º | 0.94% | 0.34% | - |
| XYZ | 3.6 | 6.9 | 1.8 | - |
| YUV | 54.84 | 108.33 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 20 | 0.94 | 0 | 0.77 | 0.66 | 130.98 | 0.89 | 0.18 |
| Hex | 5 | 57 | 14 | 5E | 0 | 4D | 42 | 83 | 59 | 12 |
| Octal | 5 | 127 | 24 | 136 | 0 | 115 | 102 | 203 | 131 | 22 |
| Binary | 101 | 1010111 | 10100 | 1011110 | 0 | 1001101 | 1000010 | 10000011 | 1011001 | 10010 |
Color Harmonies of #055714
Complementary color
Monochromatic Colors of #055714
Black with #055714
Text Example
Text Example
White with #055714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055714; }
p { color: rgb(5,87,20); }
H1.HeaderClassName
{
color: #055714;
}
.AnyTagClassName
{
color: #055714;
}
</style>
background-color css
<style>
a { background-color: #055714; }
a { background-color: rgb(5,87,20); }
div.DivClassName
{
background-color: #055714;
}
.BgClassName
{
background-color: #055714;
}
</style>
border-color css
<style>
span { border-color: #055714; }
span { border-color: rgb(5,87,20); }
td.TdClassName
{
border-color: #055714;
}
.TagClassName
{
border-color: #055714;
}
</style>