Shades of Crusoe #05582A
Tints of Crusoe #05582A
RGB
CMYK
RGB Variations
Color information
#05582A (or 0x05582A) is known color: Crusoe. HEX triplet: 05, 58 and 2A. RGB value is (5,88,42). Sum of RGB (Red+Green+Blue) = 5+88+42=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #05582A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05582A is #FAA7D5. Grayscale: #3A3A3A. Windows color (decimal): -16426966 or 2775045. OLE color: 2775045.
HSL color Cylindrical-coordinate representation of color #05582A: hue angle of 146.75º 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 #05582A is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 42 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.65 |
| HSL | 146.75º | 0.89% | 0.18% | - |
| HSV(B) | 146.75º | 0.94% | 0.35% | - |
| XYZ | 3.97 | 7.18 | 3.37 | - |
| YUV | 57.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 42 | 0.94 | 0 | 0.52 | 0.65 | 146.75 | 0.89 | 0.18 |
| Hex | 5 | 58 | 2A | 5E | 0 | 34 | 41 | 93 | 59 | 12 |
| Octal | 5 | 130 | 52 | 136 | 0 | 64 | 101 | 223 | 131 | 22 |
| Binary | 101 | 1011000 | 101010 | 1011110 | 0 | 110100 | 1000001 | 10010011 | 1011001 | 10010 |
Color Harmonies of #05582A
Complementary color
Monochromatic Colors of #05582A
Black with #05582A
Text Example
Text Example
White with #05582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05582A; }
p { color: rgb(5,88,42); }
H1.HeaderClassName
{
color: #05582A;
}
.AnyTagClassName
{
color: #05582A;
}
</style>
background-color css
<style>
a { background-color: #05582A; }
a { background-color: rgb(5,88,42); }
div.DivClassName
{
background-color: #05582A;
}
.BgClassName
{
background-color: #05582A;
}
</style>
border-color css
<style>
span { border-color: #05582A; }
span { border-color: rgb(5,88,42); }
td.TdClassName
{
border-color: #05582A;
}
.TagClassName
{
border-color: #05582A;
}
</style>