Shades of Crusoe #05582B
Tints of Crusoe #05582B
RGB
CMYK
RGB Variations
Color information
#05582B (or 0x05582B) is known color: Crusoe. HEX triplet: 05, 58 and 2B. RGB value is (5,88,43). Sum of RGB (Red+Green+Blue) = 5+88+43=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #05582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05582B is #FAA7D4. Grayscale: #3A3A3A. Windows color (decimal): -16426965 or 2840581. OLE color: 2840581.
HSL color Cylindrical-coordinate representation of color #05582B: hue angle of 147.47º 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 #05582B is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 43 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.65 |
| HSL | 147.47º | 0.89% | 0.18% | - |
| HSV(B) | 147.47º | 0.94% | 0.35% | - |
| XYZ | 3.99 | 7.19 | 3.46 | - |
| YUV | 58.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 43 | 0.94 | 0 | 0.51 | 0.65 | 147.47 | 0.89 | 0.18 |
| Hex | 5 | 58 | 2B | 5E | 0 | 33 | 41 | 93 | 59 | 12 |
| Octal | 5 | 130 | 53 | 136 | 0 | 63 | 101 | 223 | 131 | 22 |
| Binary | 101 | 1011000 | 101011 | 1011110 | 0 | 110011 | 1000001 | 10010011 | 1011001 | 10010 |
Color Harmonies of #05582B
Complementary color
Monochromatic Colors of #05582B
Black with #05582B
Text Example
Text Example
White with #05582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05582B; }
p { color: rgb(5,88,43); }
H1.HeaderClassName
{
color: #05582B;
}
.AnyTagClassName
{
color: #05582B;
}
</style>
background-color css
<style>
a { background-color: #05582B; }
a { background-color: rgb(5,88,43); }
div.DivClassName
{
background-color: #05582B;
}
.BgClassName
{
background-color: #05582B;
}
</style>
border-color css
<style>
span { border-color: #05582B; }
span { border-color: rgb(5,88,43); }
td.TdClassName
{
border-color: #05582B;
}
.TagClassName
{
border-color: #05582B;
}
</style>