Shades of Crusoe #055C17
Tints of Crusoe #055C17
RGB
CMYK
RGB Variations
Color information
#055C17 (or 0x055C17) is known color: Crusoe. HEX triplet: 05, 5C and 17. RGB value is (5,92,23). Sum of RGB (Red+Green+Blue) = 5+92+23=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 92 (36.33% from 255 or 76.67% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 92 - color contains mainly: green. Hex color #055C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C17 is #FAA3E8. Grayscale: #3A3A3A. Windows color (decimal): -16425961 or 1530885. OLE color: 1530885.
HSL color Cylindrical-coordinate representation of color #055C17: hue angle of 132.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C17 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 23 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.64 |
| HSL | 132.41º | 0.9% | 0.19% | - |
| HSV(B) | 132.41º | 0.95% | 0.36% | - |
| XYZ | 4.04 | 7.75 | 2.09 | - |
| YUV | 58.12 | 108.18 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 23 | 0.95 | 0 | 0.75 | 0.64 | 132.41 | 0.9 | 0.19 |
| Hex | 5 | 5C | 17 | 5F | 0 | 4B | 40 | 84 | 5A | 13 |
| Octal | 5 | 134 | 27 | 137 | 0 | 113 | 100 | 204 | 132 | 23 |
| Binary | 101 | 1011100 | 10111 | 1011111 | 0 | 1001011 | 1000000 | 10000100 | 1011010 | 10011 |
Color Harmonies of #055C17
Complementary color
Monochromatic Colors of #055C17
Black with #055C17
Text Example
Text Example
White with #055C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C17; }
p { color: rgb(5,92,23); }
H1.HeaderClassName
{
color: #055C17;
}
.AnyTagClassName
{
color: #055C17;
}
</style>
background-color css
<style>
a { background-color: #055C17; }
a { background-color: rgb(5,92,23); }
div.DivClassName
{
background-color: #055C17;
}
.BgClassName
{
background-color: #055C17;
}
</style>
border-color css
<style>
span { border-color: #055C17; }
span { border-color: rgb(5,92,23); }
td.TdClassName
{
border-color: #055C17;
}
.TagClassName
{
border-color: #055C17;
}
</style>