Shades of Crusoe #05602C
Tints of Crusoe #05602C
RGB
CMYK
RGB Variations
Color information
#05602C (or 0x05602C) is known color: Crusoe. HEX triplet: 05, 60 and 2C. RGB value is (5,96,44). Sum of RGB (Red+Green+Blue) = 5+96+44=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #05602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05602C is #FA9FD3. Grayscale: #3E3E3E. Windows color (decimal): -16424916 or 2908165. OLE color: 2908165.
HSL color Cylindrical-coordinate representation of color #05602C: hue angle of 145.71º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05602C is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 96 | 44 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.62 |
| HSL | 145.71º | 0.9% | 0.2% | - |
| HSV(B) | 145.71º | 0.95% | 0.38% | - |
| XYZ | 4.7 | 8.58 | 3.79 | - |
| YUV | 62.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 44 | 0.95 | 0 | 0.54 | 0.62 | 145.71 | 0.9 | 0.2 |
| Hex | 5 | 60 | 2C | 5F | 0 | 36 | 3E | 92 | 5A | 14 |
| Octal | 5 | 140 | 54 | 137 | 0 | 66 | 76 | 222 | 132 | 24 |
| Binary | 101 | 1100000 | 101100 | 1011111 | 0 | 110110 | 111110 | 10010010 | 1011010 | 10100 |
Color Harmonies of #05602C
Complementary color
Monochromatic Colors of #05602C
Black with #05602C
Text Example
Text Example
White with #05602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05602C; }
p { color: rgb(5,96,44); }
H1.HeaderClassName
{
color: #05602C;
}
.AnyTagClassName
{
color: #05602C;
}
</style>
background-color css
<style>
a { background-color: #05602C; }
a { background-color: rgb(5,96,44); }
div.DivClassName
{
background-color: #05602C;
}
.BgClassName
{
background-color: #05602C;
}
</style>
border-color css
<style>
span { border-color: #05602C; }
span { border-color: rgb(5,96,44); }
td.TdClassName
{
border-color: #05602C;
}
.TagClassName
{
border-color: #05602C;
}
</style>