Shades of Crusoe #05681E
Tints of Crusoe #05681E
RGB
CMYK
RGB Variations
Color information
#05681E (or 0x05681E) is known color: Crusoe. HEX triplet: 05, 68 and 1E. RGB value is (5,104,30). Sum of RGB (Red+Green+Blue) = 5+104+30=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #05681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05681E is #FA97E1. Grayscale: #424242. Windows color (decimal): -16422882 or 1992709. OLE color: 1992709.
HSL color Cylindrical-coordinate representation of color #05681E: hue angle of 135.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05681E is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 30 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.59 |
| HSL | 135.15º | 0.91% | 0.21% | - |
| HSV(B) | 135.15º | 0.95% | 0.41% | - |
| XYZ | 5.25 | 10.03 | 2.89 | - |
| YUV | 65.96 | 107.7 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 30 | 0.95 | 0 | 0.71 | 0.59 | 135.15 | 0.91 | 0.21 |
| Hex | 5 | 68 | 1E | 5F | 0 | 47 | 3B | 87 | 5B | 15 |
| Octal | 5 | 150 | 36 | 137 | 0 | 107 | 73 | 207 | 133 | 25 |
| Binary | 101 | 1101000 | 11110 | 1011111 | 0 | 1000111 | 111011 | 10000111 | 1011011 | 10101 |
Color Harmonies of #05681E
Complementary color
Monochromatic Colors of #05681E
Black with #05681E
Text Example
Text Example
White with #05681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05681E; }
p { color: rgb(5,104,30); }
H1.HeaderClassName
{
color: #05681E;
}
.AnyTagClassName
{
color: #05681E;
}
</style>
background-color css
<style>
a { background-color: #05681E; }
a { background-color: rgb(5,104,30); }
div.DivClassName
{
background-color: #05681E;
}
.BgClassName
{
background-color: #05681E;
}
</style>
border-color css
<style>
span { border-color: #05681E; }
span { border-color: rgb(5,104,30); }
td.TdClassName
{
border-color: #05681E;
}
.TagClassName
{
border-color: #05681E;
}
</style>