Shades of Crusoe #056B1B
Tints of Crusoe #056B1B
RGB
CMYK
RGB Variations
Color information
#056B1B (or 0x056B1B) is known color: Crusoe. HEX triplet: 05, 6B and 1B. RGB value is (5,107,27). Sum of RGB (Red+Green+Blue) = 5+107+27=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 107 (42.19% from 255 or 76.98% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 107 - color contains mainly: green. Hex color #056B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B1B is #FA94E4. Grayscale: #434343. Windows color (decimal): -16422117 or 1796869. OLE color: 1796869.
HSL color Cylindrical-coordinate representation of color #056B1B: hue angle of 132.94º 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 #056B1B is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 27 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.58 |
| HSL | 132.94º | 0.91% | 0.22% | - |
| HSV(B) | 132.94º | 0.95% | 0.42% | - |
| XYZ | 5.52 | 10.63 | 2.8 | - |
| YUV | 67.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 27 | 0.95 | 0 | 0.75 | 0.58 | 132.94 | 0.91 | 0.22 |
| Hex | 5 | 6B | 1B | 5F | 0 | 4B | 3A | 85 | 5B | 16 |
| Octal | 5 | 153 | 33 | 137 | 0 | 113 | 72 | 205 | 133 | 26 |
| Binary | 101 | 1101011 | 11011 | 1011111 | 0 | 1001011 | 111010 | 10000101 | 1011011 | 10110 |
Color Harmonies of #056B1B
Complementary color
Monochromatic Colors of #056B1B
Black with #056B1B
Text Example
Text Example
White with #056B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B1B; }
p { color: rgb(5,107,27); }
H1.HeaderClassName
{
color: #056B1B;
}
.AnyTagClassName
{
color: #056B1B;
}
</style>
background-color css
<style>
a { background-color: #056B1B; }
a { background-color: rgb(5,107,27); }
div.DivClassName
{
background-color: #056B1B;
}
.BgClassName
{
background-color: #056B1B;
}
</style>
border-color css
<style>
span { border-color: #056B1B; }
span { border-color: rgb(5,107,27); }
td.TdClassName
{
border-color: #056B1B;
}
.TagClassName
{
border-color: #056B1B;
}
</style>