Shades of Crusoe #056B1C
Tints of Crusoe #056B1C
RGB
CMYK
RGB Variations
Color information
#056B1C (or 0x056B1C) is known color: Crusoe. HEX triplet: 05, 6B and 1C. RGB value is (5,107,28). Sum of RGB (Red+Green+Blue) = 5+107+28=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 107 (42.19% from 255 or 76.43% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 107 - color contains mainly: green. Hex color #056B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B1C is #FA94E3. Grayscale: #434343. Windows color (decimal): -16422116 or 1862405. OLE color: 1862405.
HSL color Cylindrical-coordinate representation of color #056B1C: hue angle of 133.53º 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 #056B1C is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 107 | 28 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.58 |
| HSL | 133.53º | 0.91% | 0.22% | - |
| HSV(B) | 133.53º | 0.95% | 0.42% | - |
| XYZ | 5.53 | 10.63 | 2.86 | - |
| YUV | 67.5 | 105.71 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 28 | 0.95 | 0 | 0.74 | 0.58 | 133.53 | 0.91 | 0.22 |
| Hex | 5 | 6B | 1C | 5F | 0 | 4A | 3A | 86 | 5B | 16 |
| Octal | 5 | 153 | 34 | 137 | 0 | 112 | 72 | 206 | 133 | 26 |
| Binary | 101 | 1101011 | 11100 | 1011111 | 0 | 1001010 | 111010 | 10000110 | 1011011 | 10110 |
Color Harmonies of #056B1C
Complementary color
Monochromatic Colors of #056B1C
Black with #056B1C
Text Example
Text Example
White with #056B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B1C; }
p { color: rgb(5,107,28); }
H1.HeaderClassName
{
color: #056B1C;
}
.AnyTagClassName
{
color: #056B1C;
}
</style>
background-color css
<style>
a { background-color: #056B1C; }
a { background-color: rgb(5,107,28); }
div.DivClassName
{
background-color: #056B1C;
}
.BgClassName
{
background-color: #056B1C;
}
</style>
border-color css
<style>
span { border-color: #056B1C; }
span { border-color: rgb(5,107,28); }
td.TdClassName
{
border-color: #056B1C;
}
.TagClassName
{
border-color: #056B1C;
}
</style>