Shades of Crusoe #05582D
Tints of Crusoe #05582D
RGB
CMYK
RGB Variations
Color information
#05582D (or 0x05582D) is known color: Crusoe. HEX triplet: 05, 58 and 2D. RGB value is (5,88,45). Sum of RGB (Red+Green+Blue) = 5+88+45=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #05582D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05582D is #FAA7D2. Grayscale: #3A3A3A. Windows color (decimal): -16426963 or 2971653. OLE color: 2971653.
HSL color Cylindrical-coordinate representation of color #05582D: hue angle of 148.92º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05582D is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 45 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.65 |
| HSL | 148.92º | 0.89% | 0.18% | - |
| HSV(B) | 148.92º | 0.94% | 0.35% | - |
| XYZ | 4.03 | 7.2 | 3.66 | - |
| YUV | 58.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 45 | 0.94 | 0 | 0.49 | 0.65 | 148.92 | 0.89 | 0.18 |
| Hex | 5 | 58 | 2D | 5E | 0 | 31 | 41 | 95 | 59 | 12 |
| Octal | 5 | 130 | 55 | 136 | 0 | 61 | 101 | 225 | 131 | 22 |
| Binary | 101 | 1011000 | 101101 | 1011110 | 0 | 110001 | 1000001 | 10010101 | 1011001 | 10010 |
Color Harmonies of #05582D
Complementary color
Monochromatic Colors of #05582D
Black with #05582D
Text Example
Text Example
White with #05582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05582D; }
p { color: rgb(5,88,45); }
H1.HeaderClassName
{
color: #05582D;
}
.AnyTagClassName
{
color: #05582D;
}
</style>
background-color css
<style>
a { background-color: #05582D; }
a { background-color: rgb(5,88,45); }
div.DivClassName
{
background-color: #05582D;
}
.BgClassName
{
background-color: #05582D;
}
</style>
border-color css
<style>
span { border-color: #05582D; }
span { border-color: rgb(5,88,45); }
td.TdClassName
{
border-color: #05582D;
}
.TagClassName
{
border-color: #05582D;
}
</style>