Shades of Crusoe #055C2D
Tints of Crusoe #055C2D
RGB
CMYK
RGB Variations
Color information
#055C2D (or 0x055C2D) is known color: Crusoe. HEX triplet: 05, 5C and 2D. RGB value is (5,92,45). Sum of RGB (Red+Green+Blue) = 5+92+45=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 92 (36.33% from 255 or 64.79% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 92 - color contains mainly: green. Hex color #055C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C2D is #FAA3D2. Grayscale: #3C3C3C. Windows color (decimal): -16425939 or 2972677. OLE color: 2972677.
HSL color Cylindrical-coordinate representation of color #055C2D: hue angle of 147.59º 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 #055C2D is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 45 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.64 |
| HSL | 147.59º | 0.9% | 0.19% | - |
| HSV(B) | 147.59º | 0.95% | 0.36% | - |
| XYZ | 4.36 | 7.88 | 3.77 | - |
| YUV | 60.63 | 119.18 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 45 | 0.95 | 0 | 0.51 | 0.64 | 147.59 | 0.9 | 0.19 |
| Hex | 5 | 5C | 2D | 5F | 0 | 33 | 40 | 94 | 5A | 13 |
| Octal | 5 | 134 | 55 | 137 | 0 | 63 | 100 | 224 | 132 | 23 |
| Binary | 101 | 1011100 | 101101 | 1011111 | 0 | 110011 | 1000000 | 10010100 | 1011010 | 10011 |
Color Harmonies of #055C2D
Complementary color
Monochromatic Colors of #055C2D
Black with #055C2D
Text Example
Text Example
White with #055C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C2D; }
p { color: rgb(5,92,45); }
H1.HeaderClassName
{
color: #055C2D;
}
.AnyTagClassName
{
color: #055C2D;
}
</style>
background-color css
<style>
a { background-color: #055C2D; }
a { background-color: rgb(5,92,45); }
div.DivClassName
{
background-color: #055C2D;
}
.BgClassName
{
background-color: #055C2D;
}
</style>
border-color css
<style>
span { border-color: #055C2D; }
span { border-color: rgb(5,92,45); }
td.TdClassName
{
border-color: #055C2D;
}
.TagClassName
{
border-color: #055C2D;
}
</style>