Shades of Crusoe #055413
Tints of Crusoe #055413
RGB
CMYK
RGB Variations
Color information
#055413 (or 0x055413) is known color: Crusoe. HEX triplet: 05, 54 and 13. RGB value is (5,84,19). Sum of RGB (Red+Green+Blue) = 5+84+19=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 84 (33.20% from 255 or 77.78% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 84 - color contains mainly: green. Hex color #055413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055413 is #FAABEC. Grayscale: #353535. Windows color (decimal): -16428013 or 1266693. OLE color: 1266693.
HSL color Cylindrical-coordinate representation of color #055413: hue angle of 130.63º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055413 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 84 | 19 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.67 |
| HSL | 130.63º | 0.89% | 0.17% | - |
| HSV(B) | 130.63º | 0.94% | 0.33% | - |
| XYZ | 3.35 | 6.42 | 1.68 | - |
| YUV | 52.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 19 | 0.94 | 0 | 0.77 | 0.67 | 130.63 | 0.89 | 0.17 |
| Hex | 5 | 54 | 13 | 5E | 0 | 4D | 43 | 83 | 59 | 11 |
| Octal | 5 | 124 | 23 | 136 | 0 | 115 | 103 | 203 | 131 | 21 |
| Binary | 101 | 1010100 | 10011 | 1011110 | 0 | 1001101 | 1000011 | 10000011 | 1011001 | 10001 |
Color Harmonies of #055413
Complementary color
Monochromatic Colors of #055413
Black with #055413
Text Example
Text Example
White with #055413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055413; }
p { color: rgb(5,84,19); }
H1.HeaderClassName
{
color: #055413;
}
.AnyTagClassName
{
color: #055413;
}
</style>
background-color css
<style>
a { background-color: #055413; }
a { background-color: rgb(5,84,19); }
div.DivClassName
{
background-color: #055413;
}
.BgClassName
{
background-color: #055413;
}
</style>
border-color css
<style>
span { border-color: #055413; }
span { border-color: rgb(5,84,19); }
td.TdClassName
{
border-color: #055413;
}
.TagClassName
{
border-color: #055413;
}
</style>