Shades of Crusoe #055531
Tints of Crusoe #055531
RGB
CMYK
RGB Variations
Color information
#055531 (or 0x055531) is known color: Crusoe. HEX triplet: 05, 55 and 31. RGB value is (5,85,49). Sum of RGB (Red+Green+Blue) = 5+85+49=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #055531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055531 is #FAAACE. Grayscale: #393939. Windows color (decimal): -16427727 or 3233029. OLE color: 3233029.
HSL color Cylindrical-coordinate representation of color #055531: hue angle of 153º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055531 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 49 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.67 |
| HSL | 153º | 0.89% | 0.18% | - |
| HSV(B) | 153º | 0.94% | 0.33% | - |
| XYZ | 3.87 | 6.75 | 4.01 | - |
| YUV | 56.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 49 | 0.94 | 0 | 0.42 | 0.67 | 153 | 0.89 | 0.18 |
| Hex | 5 | 55 | 31 | 5E | 0 | 2A | 43 | 99 | 59 | 12 |
| Octal | 5 | 125 | 61 | 136 | 0 | 52 | 103 | 231 | 131 | 22 |
| Binary | 101 | 1010101 | 110001 | 1011110 | 0 | 101010 | 1000011 | 10011001 | 1011001 | 10010 |
Color Harmonies of #055531
Complementary color
Monochromatic Colors of #055531
Black with #055531
Text Example
Text Example
White with #055531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055531; }
p { color: rgb(5,85,49); }
H1.HeaderClassName
{
color: #055531;
}
.AnyTagClassName
{
color: #055531;
}
</style>
background-color css
<style>
a { background-color: #055531; }
a { background-color: rgb(5,85,49); }
div.DivClassName
{
background-color: #055531;
}
.BgClassName
{
background-color: #055531;
}
</style>
border-color css
<style>
span { border-color: #055531; }
span { border-color: rgb(5,85,49); }
td.TdClassName
{
border-color: #055531;
}
.TagClassName
{
border-color: #055531;
}
</style>