Shades of Crusoe #057023
Tints of Crusoe #057023
RGB
CMYK
RGB Variations
Color information
#057023 (or 0x057023) is known color: Crusoe. HEX triplet: 05, 70 and 23. RGB value is (5,112,35). Sum of RGB (Red+Green+Blue) = 5+112+35=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #057023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057023 is #FA8FDC. Grayscale: #474747. Windows color (decimal): -16420829 or 2322437. OLE color: 2322437.
HSL color Cylindrical-coordinate representation of color #057023: hue angle of 136.82º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057023 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 35 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.56 |
| HSL | 136.82º | 0.91% | 0.23% | - |
| HSV(B) | 136.82º | 0.96% | 0.44% | - |
| XYZ | 6.16 | 11.74 | 3.53 | - |
| YUV | 71.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 35 | 0.96 | 0 | 0.69 | 0.56 | 136.82 | 0.91 | 0.23 |
| Hex | 5 | 70 | 23 | 60 | 0 | 45 | 38 | 89 | 5B | 17 |
| Octal | 5 | 160 | 43 | 140 | 0 | 105 | 70 | 211 | 133 | 27 |
| Binary | 101 | 1110000 | 100011 | 1100000 | 0 | 1000101 | 111000 | 10001001 | 1011011 | 10111 |
Color Harmonies of #057023
Complementary color
Monochromatic Colors of #057023
Black with #057023
Text Example
Text Example
White with #057023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057023; }
p { color: rgb(5,112,35); }
H1.HeaderClassName
{
color: #057023;
}
.AnyTagClassName
{
color: #057023;
}
</style>
background-color css
<style>
a { background-color: #057023; }
a { background-color: rgb(5,112,35); }
div.DivClassName
{
background-color: #057023;
}
.BgClassName
{
background-color: #057023;
}
</style>
border-color css
<style>
span { border-color: #057023; }
span { border-color: rgb(5,112,35); }
td.TdClassName
{
border-color: #057023;
}
.TagClassName
{
border-color: #057023;
}
</style>