Shades of Crusoe #05631D
Tints of Crusoe #05631D
RGB
CMYK
RGB Variations
Color information
#05631D (or 0x05631D) is known color: Crusoe. HEX triplet: 05, 63 and 1D. RGB value is (5,99,29). Sum of RGB (Red+Green+Blue) = 5+99+29=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #05631D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05631D is #FA9CE2. Grayscale: #3F3F3F. Windows color (decimal): -16424163 or 1925893. OLE color: 1925893.
HSL color Cylindrical-coordinate representation of color #05631D: hue angle of 135.32º 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 #05631D is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 99 | 29 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.61 |
| HSL | 135.32º | 0.9% | 0.2% | - |
| HSV(B) | 135.32º | 0.95% | 0.39% | - |
| XYZ | 4.75 | 9.04 | 2.66 | - |
| YUV | 62.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 29 | 0.95 | 0 | 0.71 | 0.61 | 135.32 | 0.9 | 0.2 |
| Hex | 5 | 63 | 1D | 5F | 0 | 47 | 3D | 87 | 5A | 14 |
| Octal | 5 | 143 | 35 | 137 | 0 | 107 | 75 | 207 | 132 | 24 |
| Binary | 101 | 1100011 | 11101 | 1011111 | 0 | 1000111 | 111101 | 10000111 | 1011010 | 10100 |
Color Harmonies of #05631D
Complementary color
Monochromatic Colors of #05631D
Black with #05631D
Text Example
Text Example
White with #05631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05631D; }
p { color: rgb(5,99,29); }
H1.HeaderClassName
{
color: #05631D;
}
.AnyTagClassName
{
color: #05631D;
}
</style>
background-color css
<style>
a { background-color: #05631D; }
a { background-color: rgb(5,99,29); }
div.DivClassName
{
background-color: #05631D;
}
.BgClassName
{
background-color: #05631D;
}
</style>
border-color css
<style>
span { border-color: #05631D; }
span { border-color: rgb(5,99,29); }
td.TdClassName
{
border-color: #05631D;
}
.TagClassName
{
border-color: #05631D;
}
</style>