Shades of Crusoe #055D2C
Tints of Crusoe #055D2C
RGB
CMYK
RGB Variations
Color information
#055D2C (or 0x055D2C) is known color: Crusoe. HEX triplet: 05, 5D and 2C. RGB value is (5,93,44). Sum of RGB (Red+Green+Blue) = 5+93+44=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #055D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D2C is #FAA2D3. Grayscale: #3D3D3D. Windows color (decimal): -16425684 or 2907397. OLE color: 2907397.
HSL color Cylindrical-coordinate representation of color #055D2C: hue angle of 146.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 #055D2C is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 93 | 44 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.64 |
| HSL | 146.59º | 0.9% | 0.19% | - |
| HSV(B) | 146.59º | 0.95% | 0.36% | - |
| XYZ | 4.43 | 8.04 | 3.7 | - |
| YUV | 61.1 | 118.35 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 44 | 0.95 | 0 | 0.53 | 0.64 | 146.59 | 0.9 | 0.19 |
| Hex | 5 | 5D | 2C | 5F | 0 | 35 | 40 | 93 | 5A | 13 |
| Octal | 5 | 135 | 54 | 137 | 0 | 65 | 100 | 223 | 132 | 23 |
| Binary | 101 | 1011101 | 101100 | 1011111 | 0 | 110101 | 1000000 | 10010011 | 1011010 | 10011 |
Color Harmonies of #055D2C
Complementary color
Monochromatic Colors of #055D2C
Black with #055D2C
Text Example
Text Example
White with #055D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D2C; }
p { color: rgb(5,93,44); }
H1.HeaderClassName
{
color: #055D2C;
}
.AnyTagClassName
{
color: #055D2C;
}
</style>
background-color css
<style>
a { background-color: #055D2C; }
a { background-color: rgb(5,93,44); }
div.DivClassName
{
background-color: #055D2C;
}
.BgClassName
{
background-color: #055D2C;
}
</style>
border-color css
<style>
span { border-color: #055D2C; }
span { border-color: rgb(5,93,44); }
td.TdClassName
{
border-color: #055D2C;
}
.TagClassName
{
border-color: #055D2C;
}
</style>