Shades of Crusoe #056823
Tints of Crusoe #056823
RGB
CMYK
RGB Variations
Color information
#056823 (or 0x056823) is known color: Crusoe. HEX triplet: 05, 68 and 23. RGB value is (5,104,35). Sum of RGB (Red+Green+Blue) = 5+104+35=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 104 (41.02% from 255 or 72.22% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 104 - color contains mainly: green. Hex color #056823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056823 is #FA97DC. Grayscale: #424242. Windows color (decimal): -16422877 or 2320389. OLE color: 2320389.
HSL color Cylindrical-coordinate representation of color #056823: hue angle of 138.18º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056823 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 35 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.59 |
| HSL | 138.18º | 0.91% | 0.21% | - |
| HSV(B) | 138.18º | 0.95% | 0.41% | - |
| XYZ | 5.32 | 10.05 | 3.25 | - |
| YUV | 66.53 | 110.2 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 35 | 0.95 | 0 | 0.66 | 0.59 | 138.18 | 0.91 | 0.21 |
| Hex | 5 | 68 | 23 | 5F | 0 | 42 | 3B | 8A | 5B | 15 |
| Octal | 5 | 150 | 43 | 137 | 0 | 102 | 73 | 212 | 133 | 25 |
| Binary | 101 | 1101000 | 100011 | 1011111 | 0 | 1000010 | 111011 | 10001010 | 1011011 | 10101 |
Color Harmonies of #056823
Complementary color
Monochromatic Colors of #056823
Black with #056823
Text Example
Text Example
White with #056823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056823; }
p { color: rgb(5,104,35); }
H1.HeaderClassName
{
color: #056823;
}
.AnyTagClassName
{
color: #056823;
}
</style>
background-color css
<style>
a { background-color: #056823; }
a { background-color: rgb(5,104,35); }
div.DivClassName
{
background-color: #056823;
}
.BgClassName
{
background-color: #056823;
}
</style>
border-color css
<style>
span { border-color: #056823; }
span { border-color: rgb(5,104,35); }
td.TdClassName
{
border-color: #056823;
}
.TagClassName
{
border-color: #056823;
}
</style>