Shades of Crusoe #056A27
Tints of Crusoe #056A27
RGB
CMYK
RGB Variations
Color information
#056A27 (or 0x056A27) is known color: Crusoe. HEX triplet: 05, 6A and 27. RGB value is (5,106,39). Sum of RGB (Red+Green+Blue) = 5+106+39=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 106 (41.80% from 255 or 70.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 106 - color contains mainly: green. Hex color #056A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056A27 is #FA95D8. Grayscale: #444444. Windows color (decimal): -16422361 or 2583045. OLE color: 2583045.
HSL color Cylindrical-coordinate representation of color #056A27: hue angle of 140.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A27 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 106 | 39 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.58 |
| HSL | 140.2º | 0.91% | 0.22% | - |
| HSV(B) | 140.2º | 0.95% | 0.42% | - |
| XYZ | 5.58 | 10.49 | 3.65 | - |
| YUV | 68.16 | 111.54 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 39 | 0.95 | 0 | 0.63 | 0.58 | 140.2 | 0.91 | 0.22 |
| Hex | 5 | 6A | 27 | 5F | 0 | 3F | 3A | 8C | 5B | 16 |
| Octal | 5 | 152 | 47 | 137 | 0 | 77 | 72 | 214 | 133 | 26 |
| Binary | 101 | 1101010 | 100111 | 1011111 | 0 | 111111 | 111010 | 10001100 | 1011011 | 10110 |
Color Harmonies of #056A27
Complementary color
Monochromatic Colors of #056A27
Black with #056A27
Text Example
Text Example
White with #056A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A27; }
p { color: rgb(5,106,39); }
H1.HeaderClassName
{
color: #056A27;
}
.AnyTagClassName
{
color: #056A27;
}
</style>
background-color css
<style>
a { background-color: #056A27; }
a { background-color: rgb(5,106,39); }
div.DivClassName
{
background-color: #056A27;
}
.BgClassName
{
background-color: #056A27;
}
</style>
border-color css
<style>
span { border-color: #056A27; }
span { border-color: rgb(5,106,39); }
td.TdClassName
{
border-color: #056A27;
}
.TagClassName
{
border-color: #056A27;
}
</style>