Shades of Crusoe #055C14
Tints of Crusoe #055C14
RGB
CMYK
RGB Variations
Color information
#055C14 (or 0x055C14) is known color: Crusoe. HEX triplet: 05, 5C and 14. RGB value is (5,92,20). Sum of RGB (Red+Green+Blue) = 5+92+20=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 92 (36.33% from 255 or 78.63% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 92 - color contains mainly: green. Hex color #055C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C14 is #FAA3EB. Grayscale: #393939. Windows color (decimal): -16425964 or 1334277. OLE color: 1334277.
HSL color Cylindrical-coordinate representation of color #055C14: hue angle of 130.34º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C14 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 92 | 20 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.64 |
| HSL | 130.34º | 0.9% | 0.19% | - |
| HSV(B) | 130.34º | 0.95% | 0.36% | - |
| XYZ | 4.02 | 7.74 | 1.94 | - |
| YUV | 57.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 20 | 0.95 | 0 | 0.78 | 0.64 | 130.34 | 0.9 | 0.19 |
| Hex | 5 | 5C | 14 | 5F | 0 | 4E | 40 | 82 | 5A | 13 |
| Octal | 5 | 134 | 24 | 137 | 0 | 116 | 100 | 202 | 132 | 23 |
| Binary | 101 | 1011100 | 10100 | 1011111 | 0 | 1001110 | 1000000 | 10000010 | 1011010 | 10011 |
Color Harmonies of #055C14
Complementary color
Monochromatic Colors of #055C14
Black with #055C14
Text Example
Text Example
White with #055C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C14; }
p { color: rgb(5,92,20); }
H1.HeaderClassName
{
color: #055C14;
}
.AnyTagClassName
{
color: #055C14;
}
</style>
background-color css
<style>
a { background-color: #055C14; }
a { background-color: rgb(5,92,20); }
div.DivClassName
{
background-color: #055C14;
}
.BgClassName
{
background-color: #055C14;
}
</style>
border-color css
<style>
span { border-color: #055C14; }
span { border-color: rgb(5,92,20); }
td.TdClassName
{
border-color: #055C14;
}
.TagClassName
{
border-color: #055C14;
}
</style>