Shades of Crusoe #055B31
Tints of Crusoe #055B31
RGB
CMYK
RGB Variations
Color information
#055B31 (or 0x055B31) is known color: Crusoe. HEX triplet: 05, 5B and 31. RGB value is (5,91,49). Sum of RGB (Red+Green+Blue) = 5+91+49=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 91 (35.94% from 255 or 62.76% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 91 - color contains mainly: green. Hex color #055B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B31 is #FAA4CE. Grayscale: #3C3C3C. Windows color (decimal): -16426191 or 3234565. OLE color: 3234565.
HSL color Cylindrical-coordinate representation of color #055B31: hue angle of 150.7º 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 #055B31 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 49 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.64 |
| HSL | 150.7º | 0.9% | 0.19% | - |
| HSV(B) | 150.7º | 0.95% | 0.36% | - |
| XYZ | 4.36 | 7.74 | 4.17 | - |
| YUV | 60.5 | 121.51 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 49 | 0.95 | 0 | 0.46 | 0.64 | 150.7 | 0.9 | 0.19 |
| Hex | 5 | 5B | 31 | 5F | 0 | 2E | 40 | 97 | 5A | 13 |
| Octal | 5 | 133 | 61 | 137 | 0 | 56 | 100 | 227 | 132 | 23 |
| Binary | 101 | 1011011 | 110001 | 1011111 | 0 | 101110 | 1000000 | 10010111 | 1011010 | 10011 |
Color Harmonies of #055B31
Complementary color
Monochromatic Colors of #055B31
Black with #055B31
Text Example
Text Example
White with #055B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B31; }
p { color: rgb(5,91,49); }
H1.HeaderClassName
{
color: #055B31;
}
.AnyTagClassName
{
color: #055B31;
}
</style>
background-color css
<style>
a { background-color: #055B31; }
a { background-color: rgb(5,91,49); }
div.DivClassName
{
background-color: #055B31;
}
.BgClassName
{
background-color: #055B31;
}
</style>
border-color css
<style>
span { border-color: #055B31; }
span { border-color: rgb(5,91,49); }
td.TdClassName
{
border-color: #055B31;
}
.TagClassName
{
border-color: #055B31;
}
</style>