Shades of Crusoe #055C31
Tints of Crusoe #055C31
RGB
CMYK
RGB Variations
Color information
#055C31 (or 0x055C31) is known color: Crusoe. HEX triplet: 05, 5C and 31. RGB value is (5,92,49). Sum of RGB (Red+Green+Blue) = 5+92+49=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #055C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C31 is #FAA3CE. Grayscale: #3D3D3D. Windows color (decimal): -16425935 or 3234821. OLE color: 3234821.
HSL color Cylindrical-coordinate representation of color #055C31: hue angle of 150.34º 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 #055C31 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 49 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.64 |
| HSL | 150.34º | 0.9% | 0.19% | - |
| HSV(B) | 150.34º | 0.95% | 0.36% | - |
| XYZ | 4.44 | 7.91 | 4.2 | - |
| YUV | 61.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 49 | 0.95 | 0 | 0.47 | 0.64 | 150.34 | 0.9 | 0.19 |
| Hex | 5 | 5C | 31 | 5F | 0 | 2F | 40 | 96 | 5A | 13 |
| Octal | 5 | 134 | 61 | 137 | 0 | 57 | 100 | 226 | 132 | 23 |
| Binary | 101 | 1011100 | 110001 | 1011111 | 0 | 101111 | 1000000 | 10010110 | 1011010 | 10011 |
Color Harmonies of #055C31
Complementary color
Monochromatic Colors of #055C31
Black with #055C31
Text Example
Text Example
White with #055C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C31; }
p { color: rgb(5,92,49); }
H1.HeaderClassName
{
color: #055C31;
}
.AnyTagClassName
{
color: #055C31;
}
</style>
background-color css
<style>
a { background-color: #055C31; }
a { background-color: rgb(5,92,49); }
div.DivClassName
{
background-color: #055C31;
}
.BgClassName
{
background-color: #055C31;
}
</style>
border-color css
<style>
span { border-color: #055C31; }
span { border-color: rgb(5,92,49); }
td.TdClassName
{
border-color: #055C31;
}
.TagClassName
{
border-color: #055C31;
}
</style>