Shades of Crusoe #08582B
Tints of Crusoe #08582B
RGB
CMYK
RGB Variations
Color information
#08582B (or 0x08582B) is known color: Crusoe. HEX triplet: 08, 58 and 2B. RGB value is (8,88,43). Sum of RGB (Red+Green+Blue) = 8+88+43=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #08582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08582B is #F7A7D4. Grayscale: #3B3B3B. Windows color (decimal): -16230357 or 2840584. OLE color: 2840584.
HSL color Cylindrical-coordinate representation of color #08582B: hue angle of 146.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08582B is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 88 | 43 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.65 |
| HSL | 146.25º | 0.83% | 0.19% | - |
| HSV(B) | 146.25º | 0.91% | 0.35% | - |
| XYZ | 4.03 | 7.21 | 3.46 | - |
| YUV | 58.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 88 | 43 | 0.91 | 0 | 0.51 | 0.65 | 146.25 | 0.83 | 0.19 |
| Hex | 8 | 58 | 2B | 5B | 0 | 33 | 41 | 92 | 53 | 13 |
| Octal | 10 | 130 | 53 | 133 | 0 | 63 | 101 | 222 | 123 | 23 |
| Binary | 1000 | 1011000 | 101011 | 1011011 | 0 | 110011 | 1000001 | 10010010 | 1010011 | 10011 |
Color Harmonies of #08582B
Complementary color
Monochromatic Colors of #08582B
Black with #08582B
Text Example
Text Example
White with #08582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08582B; }
p { color: rgb(8,88,43); }
H1.HeaderClassName
{
color: #08582B;
}
.AnyTagClassName
{
color: #08582B;
}
</style>
background-color css
<style>
a { background-color: #08582B; }
a { background-color: rgb(8,88,43); }
div.DivClassName
{
background-color: #08582B;
}
.BgClassName
{
background-color: #08582B;
}
</style>
border-color css
<style>
span { border-color: #08582B; }
span { border-color: rgb(8,88,43); }
td.TdClassName
{
border-color: #08582B;
}
.TagClassName
{
border-color: #08582B;
}
</style>