Shades of Crusoe #05632E
Tints of Crusoe #05632E
RGB
CMYK
RGB Variations
Color information
#05632E (or 0x05632E) is known color: Crusoe. HEX triplet: 05, 63 and 2E. RGB value is (5,99,46). Sum of RGB (Red+Green+Blue) = 5+99+46=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 99 (39.06% from 255 or 66% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 99 - color contains mainly: green. Hex color #05632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05632E is #FA9CD1. Grayscale: #404040. Windows color (decimal): -16424146 or 3040005. OLE color: 3040005.
HSL color Cylindrical-coordinate representation of color #05632E: hue angle of 146.17º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05632E is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 46 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.61 |
| HSL | 146.17º | 0.9% | 0.2% | - |
| HSV(B) | 146.17º | 0.95% | 0.39% | - |
| XYZ | 5.02 | 9.15 | 4.09 | - |
| YUV | 64.85 | 117.36 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 46 | 0.95 | 0 | 0.54 | 0.61 | 146.17 | 0.9 | 0.2 |
| Hex | 5 | 63 | 2E | 5F | 0 | 36 | 3D | 92 | 5A | 14 |
| Octal | 5 | 143 | 56 | 137 | 0 | 66 | 75 | 222 | 132 | 24 |
| Binary | 101 | 1100011 | 101110 | 1011111 | 0 | 110110 | 111101 | 10010010 | 1011010 | 10100 |
Color Harmonies of #05632E
Complementary color
Monochromatic Colors of #05632E
Black with #05632E
Text Example
Text Example
White with #05632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05632E; }
p { color: rgb(5,99,46); }
H1.HeaderClassName
{
color: #05632E;
}
.AnyTagClassName
{
color: #05632E;
}
</style>
background-color css
<style>
a { background-color: #05632E; }
a { background-color: rgb(5,99,46); }
div.DivClassName
{
background-color: #05632E;
}
.BgClassName
{
background-color: #05632E;
}
</style>
border-color css
<style>
span { border-color: #05632E; }
span { border-color: rgb(5,99,46); }
td.TdClassName
{
border-color: #05632E;
}
.TagClassName
{
border-color: #05632E;
}
</style>