Shades of Crusoe #05642E
Tints of Crusoe #05642E
RGB
CMYK
RGB Variations
Color information
#05642E (or 0x05642E) is known color: Crusoe. HEX triplet: 05, 64 and 2E. RGB value is (5,100,46). Sum of RGB (Red+Green+Blue) = 5+100+46=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #05642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05642E is #FA9BD1. Grayscale: #414141. Windows color (decimal): -16423890 or 3040261. OLE color: 3040261.
HSL color Cylindrical-coordinate representation of color #05642E: hue angle of 145.89º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05642E is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 100 | 46 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.61 |
| HSL | 145.89º | 0.9% | 0.21% | - |
| HSV(B) | 145.89º | 0.95% | 0.39% | - |
| XYZ | 5.11 | 9.34 | 4.12 | - |
| YUV | 65.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 46 | 0.95 | 0 | 0.54 | 0.61 | 145.89 | 0.9 | 0.21 |
| Hex | 5 | 64 | 2E | 5F | 0 | 36 | 3D | 92 | 5A | 15 |
| Octal | 5 | 144 | 56 | 137 | 0 | 66 | 75 | 222 | 132 | 25 |
| Binary | 101 | 1100100 | 101110 | 1011111 | 0 | 110110 | 111101 | 10010010 | 1011010 | 10101 |
Color Harmonies of #05642E
Complementary color
Monochromatic Colors of #05642E
Black with #05642E
Text Example
Text Example
White with #05642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05642E; }
p { color: rgb(5,100,46); }
H1.HeaderClassName
{
color: #05642E;
}
.AnyTagClassName
{
color: #05642E;
}
</style>
background-color css
<style>
a { background-color: #05642E; }
a { background-color: rgb(5,100,46); }
div.DivClassName
{
background-color: #05642E;
}
.BgClassName
{
background-color: #05642E;
}
</style>
border-color css
<style>
span { border-color: #05642E; }
span { border-color: rgb(5,100,46); }
td.TdClassName
{
border-color: #05642E;
}
.TagClassName
{
border-color: #05642E;
}
</style>