Shades of Crusoe #0A5833
Tints of Crusoe #0A5833
RGB
CMYK
RGB Variations
Color information
#0A5833 (or 0x0A5833) is known color: Crusoe. HEX triplet: 0A, 58 and 33. RGB value is (10,88,51). Sum of RGB (Red+Green+Blue) = 10+88+51=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #0A5833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5833 is #F5A7CC. Grayscale: #3C3C3C. Windows color (decimal): -16099277 or 3364874. OLE color: 3364874.
HSL color Cylindrical-coordinate representation of color #0A5833: hue angle of 151.54º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5833 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 51 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.65 |
| HSL | 151.54º | 0.8% | 0.19% | - |
| HSV(B) | 151.54º | 0.89% | 0.35% | - |
| XYZ | 4.21 | 7.28 | 4.32 | - |
| YUV | 60.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 51 | 0.89 | 0 | 0.42 | 0.65 | 151.54 | 0.8 | 0.19 |
| Hex | A | 58 | 33 | 59 | 0 | 2A | 41 | 98 | 50 | 13 |
| Octal | 12 | 130 | 63 | 131 | 0 | 52 | 101 | 230 | 120 | 23 |
| Binary | 1010 | 1011000 | 110011 | 1011001 | 0 | 101010 | 1000001 | 10011000 | 1010000 | 10011 |
Color Harmonies of #0A5833
Complementary color
Monochromatic Colors of #0A5833
Black with #0A5833
Text Example
Text Example
White with #0A5833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5833; }
p { color: rgb(10,88,51); }
H1.HeaderClassName
{
color: #0A5833;
}
.AnyTagClassName
{
color: #0A5833;
}
</style>
background-color css
<style>
a { background-color: #0A5833; }
a { background-color: rgb(10,88,51); }
div.DivClassName
{
background-color: #0A5833;
}
.BgClassName
{
background-color: #0A5833;
}
</style>
border-color css
<style>
span { border-color: #0A5833; }
span { border-color: rgb(10,88,51); }
td.TdClassName
{
border-color: #0A5833;
}
.TagClassName
{
border-color: #0A5833;
}
</style>