Shades of Crusoe #05582C
Tints of Crusoe #05582C
RGB
CMYK
RGB Variations
Color information
#05582C (or 0x05582C) is known color: Crusoe. HEX triplet: 05, 58 and 2C. RGB value is (5,88,44). Sum of RGB (Red+Green+Blue) = 5+88+44=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 88 (34.77% from 255 or 64.23% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 88 - color contains mainly: green. Hex color #05582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05582C is #FAA7D3. Grayscale: #3A3A3A. Windows color (decimal): -16426964 or 2906117. OLE color: 2906117.
HSL color Cylindrical-coordinate representation of color #05582C: hue angle of 148.19º 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 #05582C is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 44 | - |
| CMYK | 0.94 | 0 | 0.5 | 0.65 |
| HSL | 148.19º | 0.89% | 0.18% | - |
| HSV(B) | 148.19º | 0.94% | 0.35% | - |
| XYZ | 4.01 | 7.19 | 3.56 | - |
| YUV | 58.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 44 | 0.94 | 0 | 0.5 | 0.65 | 148.19 | 0.89 | 0.18 |
| Hex | 5 | 58 | 2C | 5E | 0 | 32 | 41 | 94 | 59 | 12 |
| Octal | 5 | 130 | 54 | 136 | 0 | 62 | 101 | 224 | 131 | 22 |
| Binary | 101 | 1011000 | 101100 | 1011110 | 0 | 110010 | 1000001 | 10010100 | 1011001 | 10010 |
Color Harmonies of #05582C
Complementary color
Monochromatic Colors of #05582C
Black with #05582C
Text Example
Text Example
White with #05582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05582C; }
p { color: rgb(5,88,44); }
H1.HeaderClassName
{
color: #05582C;
}
.AnyTagClassName
{
color: #05582C;
}
</style>
background-color css
<style>
a { background-color: #05582C; }
a { background-color: rgb(5,88,44); }
div.DivClassName
{
background-color: #05582C;
}
.BgClassName
{
background-color: #05582C;
}
</style>
border-color css
<style>
span { border-color: #05582C; }
span { border-color: rgb(5,88,44); }
td.TdClassName
{
border-color: #05582C;
}
.TagClassName
{
border-color: #05582C;
}
</style>