Shades of Crusoe #056115
Tints of Crusoe #056115
RGB
CMYK
RGB Variations
Color information
#056115 (or 0x056115) is known color: Crusoe. HEX triplet: 05, 61 and 15. RGB value is (5,97,21). Sum of RGB (Red+Green+Blue) = 5+97+21=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #056115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056115 is #FA9EEA. Grayscale: #3D3D3D. Windows color (decimal): -16424683 or 1401093. OLE color: 1401093.
HSL color Cylindrical-coordinate representation of color #056115: hue angle of 130.43º 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 #056115 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 97 | 21 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.62 |
| HSL | 130.43º | 0.9% | 0.2% | - |
| HSV(B) | 130.43º | 0.95% | 0.38% | - |
| XYZ | 4.47 | 8.64 | 2.14 | - |
| YUV | 60.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 21 | 0.95 | 0 | 0.78 | 0.62 | 130.43 | 0.9 | 0.2 |
| Hex | 5 | 61 | 15 | 5F | 0 | 4E | 3E | 82 | 5A | 14 |
| Octal | 5 | 141 | 25 | 137 | 0 | 116 | 76 | 202 | 132 | 24 |
| Binary | 101 | 1100001 | 10101 | 1011111 | 0 | 1001110 | 111110 | 10000010 | 1011010 | 10100 |
Color Harmonies of #056115
Complementary color
Monochromatic Colors of #056115
Black with #056115
Text Example
Text Example
White with #056115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056115; }
p { color: rgb(5,97,21); }
H1.HeaderClassName
{
color: #056115;
}
.AnyTagClassName
{
color: #056115;
}
</style>
background-color css
<style>
a { background-color: #056115; }
a { background-color: rgb(5,97,21); }
div.DivClassName
{
background-color: #056115;
}
.BgClassName
{
background-color: #056115;
}
</style>
border-color css
<style>
span { border-color: #056115; }
span { border-color: rgb(5,97,21); }
td.TdClassName
{
border-color: #056115;
}
.TagClassName
{
border-color: #056115;
}
</style>