Shades of Crusoe #055F2B
Tints of Crusoe #055F2B
RGB
CMYK
RGB Variations
Color information
#055F2B (or 0x055F2B) is known color: Crusoe. HEX triplet: 05, 5F and 2B. RGB value is (5,95,43). Sum of RGB (Red+Green+Blue) = 5+95+43=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 95 (37.5% from 255 or 66.43% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 95 - color contains mainly: green. Hex color #055F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F2B is #FAA0D4. Grayscale: #3E3E3E. Windows color (decimal): -16425173 or 2842373. OLE color: 2842373.
HSL color Cylindrical-coordinate representation of color #055F2B: hue angle of 145.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F2B is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 95 | 43 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.63 |
| HSL | 145.33º | 0.9% | 0.2% | - |
| HSV(B) | 145.33º | 0.95% | 0.37% | - |
| XYZ | 4.59 | 8.39 | 3.66 | - |
| YUV | 62.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 43 | 0.95 | 0 | 0.55 | 0.63 | 145.33 | 0.9 | 0.2 |
| Hex | 5 | 5F | 2B | 5F | 0 | 37 | 3F | 91 | 5A | 14 |
| Octal | 5 | 137 | 53 | 137 | 0 | 67 | 77 | 221 | 132 | 24 |
| Binary | 101 | 1011111 | 101011 | 1011111 | 0 | 110111 | 111111 | 10010001 | 1011010 | 10100 |
Color Harmonies of #055F2B
Complementary color
Monochromatic Colors of #055F2B
Black with #055F2B
Text Example
Text Example
White with #055F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055F2B; }
p { color: rgb(5,95,43); }
H1.HeaderClassName
{
color: #055F2B;
}
.AnyTagClassName
{
color: #055F2B;
}
</style>
background-color css
<style>
a { background-color: #055F2B; }
a { background-color: rgb(5,95,43); }
div.DivClassName
{
background-color: #055F2B;
}
.BgClassName
{
background-color: #055F2B;
}
</style>
border-color css
<style>
span { border-color: #055F2B; }
span { border-color: rgb(5,95,43); }
td.TdClassName
{
border-color: #055F2B;
}
.TagClassName
{
border-color: #055F2B;
}
</style>