Shades of Crusoe #055F1F
Tints of Crusoe #055F1F
RGB
CMYK
RGB Variations
Color information
#055F1F (or 0x055F1F) is known color: Crusoe. HEX triplet: 05, 5F and 1F. RGB value is (5,95,31). Sum of RGB (Red+Green+Blue) = 5+95+31=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 95 (37.5% from 255 or 72.52% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 95 - color contains mainly: green. Hex color #055F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F1F is #FAA0E0. Grayscale: #3C3C3C. Windows color (decimal): -16425185 or 2055941. OLE color: 2055941.
HSL color Cylindrical-coordinate representation of color #055F1F: hue angle of 137.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 #055F1F is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 95 | 31 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.63 |
| HSL | 137.33º | 0.9% | 0.2% | - |
| HSV(B) | 137.33º | 0.95% | 0.37% | - |
| XYZ | 4.4 | 8.32 | 2.67 | - |
| YUV | 60.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 31 | 0.95 | 0 | 0.67 | 0.63 | 137.33 | 0.9 | 0.2 |
| Hex | 5 | 5F | 1F | 5F | 0 | 43 | 3F | 89 | 5A | 14 |
| Octal | 5 | 137 | 37 | 137 | 0 | 103 | 77 | 211 | 132 | 24 |
| Binary | 101 | 1011111 | 11111 | 1011111 | 0 | 1000011 | 111111 | 10001001 | 1011010 | 10100 |
Color Harmonies of #055F1F
Complementary color
Monochromatic Colors of #055F1F
Black with #055F1F
Text Example
Text Example
White with #055F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055F1F; }
p { color: rgb(5,95,31); }
H1.HeaderClassName
{
color: #055F1F;
}
.AnyTagClassName
{
color: #055F1F;
}
</style>
background-color css
<style>
a { background-color: #055F1F; }
a { background-color: rgb(5,95,31); }
div.DivClassName
{
background-color: #055F1F;
}
.BgClassName
{
background-color: #055F1F;
}
</style>
border-color css
<style>
span { border-color: #055F1F; }
span { border-color: rgb(5,95,31); }
td.TdClassName
{
border-color: #055F1F;
}
.TagClassName
{
border-color: #055F1F;
}
</style>