Shades of Crusoe #005810
Tints of Crusoe #005810
RGB
CMYK
RGB Variations
Color information
#005810 (or 0x005810) is known color: Crusoe. HEX triplet: 00, 58 and 10. RGB value is (0,88,16). Sum of RGB (Red+Green+Blue) = 0+88+16=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 88 (34.77% from 255 or 84.62% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 88 - color contains mainly: green. Hex color #005810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005810 is #FFA7EF. Grayscale: #353535. Windows color (decimal): -16754672 or 1071104. OLE color: 1071104.
HSL color Cylindrical-coordinate representation of color #005810: hue angle of 130.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005810 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 88 | 16 | - |
| CMYK | 1 | 0 | 0.82 | 0.65 |
| HSL | 130.91º | 1% | 0.17% | - |
| HSV(B) | 130.91º | 1% | 0.35% | - |
| XYZ | 3.58 | 7.02 | 1.66 | - |
| YUV | 53.48 | 106.85 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 16 | 1 | 0 | 0.82 | 0.65 | 130.91 | 1 | 0.17 |
| Hex | 0 | 58 | 10 | 64 | 0 | 52 | 41 | 83 | 64 | 11 |
| Octal | 0 | 130 | 20 | 144 | 0 | 122 | 101 | 203 | 144 | 21 |
| Binary | 0 | 1011000 | 10000 | 1100100 | 0 | 1010010 | 1000001 | 10000011 | 1100100 | 10001 |
Color Harmonies of #005810
Complementary color
Monochromatic Colors of #005810
Black with #005810
Text Example
Text Example
White with #005810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005810; }
p { color: rgb(0,88,16); }
H1.HeaderClassName
{
color: #005810;
}
.AnyTagClassName
{
color: #005810;
}
</style>
background-color css
<style>
a { background-color: #005810; }
a { background-color: rgb(0,88,16); }
div.DivClassName
{
background-color: #005810;
}
.BgClassName
{
background-color: #005810;
}
</style>
border-color css
<style>
span { border-color: #005810; }
span { border-color: rgb(0,88,16); }
td.TdClassName
{
border-color: #005810;
}
.TagClassName
{
border-color: #005810;
}
</style>