Shades of Crusoe #005C11
Tints of Crusoe #005C11
RGB
CMYK
RGB Variations
Color information
#005C11 (or 0x005C11) is known color: Crusoe. HEX triplet: 00, 5C and 11. RGB value is (0,92,17). Sum of RGB (Red+Green+Blue) = 0+92+17=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 92 (36.33% from 255 or 84.40% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 92 - color contains mainly: green. Hex color #005C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005C11 is #FFA3EE. Grayscale: #383838. Windows color (decimal): -16753647 or 1137664. OLE color: 1137664.
HSL color Cylindrical-coordinate representation of color #005C11: hue angle of 131.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C11 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 17 | - |
| CMYK | 1 | 0 | 0.82 | 0.64 |
| HSL | 131.09º | 1% | 0.18% | - |
| HSV(B) | 131.09º | 1% | 0.36% | - |
| XYZ | 3.93 | 7.69 | 1.81 | - |
| YUV | 55.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 17 | 1 | 0 | 0.82 | 0.64 | 131.09 | 1 | 0.18 |
| Hex | 0 | 5C | 11 | 64 | 0 | 52 | 40 | 83 | 64 | 12 |
| Octal | 0 | 134 | 21 | 144 | 0 | 122 | 100 | 203 | 144 | 22 |
| Binary | 0 | 1011100 | 10001 | 1100100 | 0 | 1010010 | 1000000 | 10000011 | 1100100 | 10010 |
Color Harmonies of #005C11
Complementary color
Monochromatic Colors of #005C11
Black with #005C11
Text Example
Text Example
White with #005C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C11; }
p { color: rgb(0,92,17); }
H1.HeaderClassName
{
color: #005C11;
}
.AnyTagClassName
{
color: #005C11;
}
</style>
background-color css
<style>
a { background-color: #005C11; }
a { background-color: rgb(0,92,17); }
div.DivClassName
{
background-color: #005C11;
}
.BgClassName
{
background-color: #005C11;
}
</style>
border-color css
<style>
span { border-color: #005C11; }
span { border-color: rgb(0,92,17); }
td.TdClassName
{
border-color: #005C11;
}
.TagClassName
{
border-color: #005C11;
}
</style>