Shades of Crusoe #005C29
Tints of Crusoe #005C29
RGB
CMYK
RGB Variations
Color information
#005C29 (or 0x005C29) is known color: Crusoe. HEX triplet: 00, 5C and 29. RGB value is (0,92,41). Sum of RGB (Red+Green+Blue) = 0+92+41=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 92 (36.33% from 255 or 69.17% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 92 - color contains mainly: green. Hex color #005C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005C29 is #FFA3D6. Grayscale: #3A3A3A. Windows color (decimal): -16753623 or 2710528. OLE color: 2710528.
HSL color Cylindrical-coordinate representation of color #005C29: hue angle of 146.74º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005C29 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 41 | - |
| CMYK | 1 | 0 | 0.55 | 0.64 |
| HSL | 146.74º | 1% | 0.18% | - |
| HSV(B) | 146.74º | 1% | 0.36% | - |
| XYZ | 4.23 | 7.81 | 3.38 | - |
| YUV | 58.68 | 118.02 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 41 | 1 | 0 | 0.55 | 0.64 | 146.74 | 1 | 0.18 |
| Hex | 0 | 5C | 29 | 64 | 0 | 37 | 40 | 93 | 64 | 12 |
| Octal | 0 | 134 | 51 | 144 | 0 | 67 | 100 | 223 | 144 | 22 |
| Binary | 0 | 1011100 | 101001 | 1100100 | 0 | 110111 | 1000000 | 10010011 | 1100100 | 10010 |
Color Harmonies of #005C29
Complementary color
Monochromatic Colors of #005C29
Black with #005C29
Text Example
Text Example
White with #005C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C29; }
p { color: rgb(0,92,41); }
H1.HeaderClassName
{
color: #005C29;
}
.AnyTagClassName
{
color: #005C29;
}
</style>
background-color css
<style>
a { background-color: #005C29; }
a { background-color: rgb(0,92,41); }
div.DivClassName
{
background-color: #005C29;
}
.BgClassName
{
background-color: #005C29;
}
</style>
border-color css
<style>
span { border-color: #005C29; }
span { border-color: rgb(0,92,41); }
td.TdClassName
{
border-color: #005C29;
}
.TagClassName
{
border-color: #005C29;
}
</style>