Shades of Crusoe #056A1A
Tints of Crusoe #056A1A
RGB
CMYK
RGB Variations
Color information
#056A1A (or 0x056A1A) is known color: Crusoe. HEX triplet: 05, 6A and 1A. RGB value is (5,106,26). Sum of RGB (Red+Green+Blue) = 5+106+26=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 106 (41.80% from 255 or 77.37% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 106 - color contains mainly: green. Hex color #056A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056A1A is #FA95E5. Grayscale: #424242. Windows color (decimal): -16422374 or 1731077. OLE color: 1731077.
HSL color Cylindrical-coordinate representation of color #056A1A: hue angle of 132.48º 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 #056A1A is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 106 | 26 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.58 |
| HSL | 132.48º | 0.91% | 0.22% | - |
| HSV(B) | 132.48º | 0.95% | 0.42% | - |
| XYZ | 5.4 | 10.41 | 2.7 | - |
| YUV | 66.68 | 105.04 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 26 | 0.95 | 0 | 0.75 | 0.58 | 132.48 | 0.91 | 0.22 |
| Hex | 5 | 6A | 1A | 5F | 0 | 4B | 3A | 84 | 5B | 16 |
| Octal | 5 | 152 | 32 | 137 | 0 | 113 | 72 | 204 | 133 | 26 |
| Binary | 101 | 1101010 | 11010 | 1011111 | 0 | 1001011 | 111010 | 10000100 | 1011011 | 10110 |
Color Harmonies of #056A1A
Complementary color
Monochromatic Colors of #056A1A
Black with #056A1A
Text Example
Text Example
White with #056A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A1A; }
p { color: rgb(5,106,26); }
H1.HeaderClassName
{
color: #056A1A;
}
.AnyTagClassName
{
color: #056A1A;
}
</style>
background-color css
<style>
a { background-color: #056A1A; }
a { background-color: rgb(5,106,26); }
div.DivClassName
{
background-color: #056A1A;
}
.BgClassName
{
background-color: #056A1A;
}
</style>
border-color css
<style>
span { border-color: #056A1A; }
span { border-color: rgb(5,106,26); }
td.TdClassName
{
border-color: #056A1A;
}
.TagClassName
{
border-color: #056A1A;
}
</style>