Shades of Crusoe #056729
Tints of Crusoe #056729
RGB
CMYK
RGB Variations
Color information
#056729 (or 0x056729) is known color: Crusoe. HEX triplet: 05, 67 and 29. RGB value is (5,103,41). Sum of RGB (Red+Green+Blue) = 5+103+41=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #056729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056729 is #FA98D6. Grayscale: #424242. Windows color (decimal): -16423127 or 2713349. OLE color: 2713349.
HSL color Cylindrical-coordinate representation of color #056729: hue angle of 142.04º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056729 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 103 | 41 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.60 |
| HSL | 142.04º | 0.91% | 0.21% | - |
| HSV(B) | 142.04º | 0.95% | 0.4% | - |
| XYZ | 5.31 | 9.89 | 3.73 | - |
| YUV | 66.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 41 | 0.95 | 0 | 0.60 | 0.60 | 142.04 | 0.91 | 0.21 |
| Hex | 5 | 67 | 29 | 5F | 0 | 3C | 3C | 8E | 5B | 15 |
| Octal | 5 | 147 | 51 | 137 | 0 | 74 | 74 | 216 | 133 | 25 |
| Binary | 101 | 1100111 | 101001 | 1011111 | 0 | 111100 | 111100 | 10001110 | 1011011 | 10101 |
Color Harmonies of #056729
Complementary color
Monochromatic Colors of #056729
Black with #056729
Text Example
Text Example
White with #056729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056729; }
p { color: rgb(5,103,41); }
H1.HeaderClassName
{
color: #056729;
}
.AnyTagClassName
{
color: #056729;
}
</style>
background-color css
<style>
a { background-color: #056729; }
a { background-color: rgb(5,103,41); }
div.DivClassName
{
background-color: #056729;
}
.BgClassName
{
background-color: #056729;
}
</style>
border-color css
<style>
span { border-color: #056729; }
span { border-color: rgb(5,103,41); }
td.TdClassName
{
border-color: #056729;
}
.TagClassName
{
border-color: #056729;
}
</style>