Shades of Crusoe #055B13
Tints of Crusoe #055B13
RGB
CMYK
RGB Variations
Color information
#055B13 (or 0x055B13) is known color: Crusoe. HEX triplet: 05, 5B and 13. RGB value is (5,91,19). Sum of RGB (Red+Green+Blue) = 5+91+19=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #055B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B13 is #FAA4EC. Grayscale: #393939. Windows color (decimal): -16426221 or 1268485. OLE color: 1268485.
HSL color Cylindrical-coordinate representation of color #055B13: hue angle of 129.77º 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 #055B13 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 91 | 19 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.64 |
| HSL | 129.77º | 0.9% | 0.19% | - |
| HSV(B) | 129.77º | 0.95% | 0.36% | - |
| XYZ | 3.92 | 7.56 | 1.87 | - |
| YUV | 57.08 | 106.51 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 19 | 0.95 | 0 | 0.79 | 0.64 | 129.77 | 0.9 | 0.19 |
| Hex | 5 | 5B | 13 | 5F | 0 | 4F | 40 | 82 | 5A | 13 |
| Octal | 5 | 133 | 23 | 137 | 0 | 117 | 100 | 202 | 132 | 23 |
| Binary | 101 | 1011011 | 10011 | 1011111 | 0 | 1001111 | 1000000 | 10000010 | 1011010 | 10011 |
Color Harmonies of #055B13
Complementary color
Monochromatic Colors of #055B13
Black with #055B13
Text Example
Text Example
White with #055B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B13; }
p { color: rgb(5,91,19); }
H1.HeaderClassName
{
color: #055B13;
}
.AnyTagClassName
{
color: #055B13;
}
</style>
background-color css
<style>
a { background-color: #055B13; }
a { background-color: rgb(5,91,19); }
div.DivClassName
{
background-color: #055B13;
}
.BgClassName
{
background-color: #055B13;
}
</style>
border-color css
<style>
span { border-color: #055B13; }
span { border-color: rgb(5,91,19); }
td.TdClassName
{
border-color: #055B13;
}
.TagClassName
{
border-color: #055B13;
}
</style>