Shades of Crusoe #055C22
Tints of Crusoe #055C22
RGB
CMYK
RGB Variations
Color information
#055C22 (or 0x055C22) is known color: Crusoe. HEX triplet: 05, 5C and 22. RGB value is (5,92,34). Sum of RGB (Red+Green+Blue) = 5+92+34=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 92 (36.33% from 255 or 70.23% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 92 - color contains mainly: green. Hex color #055C22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C22 is #FAA3DD. Grayscale: #3B3B3B. Windows color (decimal): -16425950 or 2251781. OLE color: 2251781.
HSL color Cylindrical-coordinate representation of color #055C22: hue angle of 140º 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 #055C22 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 34 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.64 |
| HSL | 140º | 0.9% | 0.19% | - |
| HSV(B) | 140º | 0.95% | 0.36% | - |
| XYZ | 4.18 | 7.8 | 2.8 | - |
| YUV | 59.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 34 | 0.95 | 0 | 0.63 | 0.64 | 140 | 0.9 | 0.19 |
| Hex | 5 | 5C | 22 | 5F | 0 | 3F | 40 | 8C | 5A | 13 |
| Octal | 5 | 134 | 42 | 137 | 0 | 77 | 100 | 214 | 132 | 23 |
| Binary | 101 | 1011100 | 100010 | 1011111 | 0 | 111111 | 1000000 | 10001100 | 1011010 | 10011 |
Color Harmonies of #055C22
Complementary color
Monochromatic Colors of #055C22
Black with #055C22
Text Example
Text Example
White with #055C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C22; }
p { color: rgb(5,92,34); }
H1.HeaderClassName
{
color: #055C22;
}
.AnyTagClassName
{
color: #055C22;
}
</style>
background-color css
<style>
a { background-color: #055C22; }
a { background-color: rgb(5,92,34); }
div.DivClassName
{
background-color: #055C22;
}
.BgClassName
{
background-color: #055C22;
}
</style>
border-color css
<style>
span { border-color: #055C22; }
span { border-color: rgb(5,92,34); }
td.TdClassName
{
border-color: #055C22;
}
.TagClassName
{
border-color: #055C22;
}
</style>