Shades of Crusoe #055712
Tints of Crusoe #055712
RGB
CMYK
RGB Variations
Color information
#055712 (or 0x055712) is known color: Crusoe. HEX triplet: 05, 57 and 12. RGB value is (5,87,18). Sum of RGB (Red+Green+Blue) = 5+87+18=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #055712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055712 is #FAA8ED. Grayscale: #363636. Windows color (decimal): -16427246 or 1201925. OLE color: 1201925.
HSL color Cylindrical-coordinate representation of color #055712: hue angle of 129.51º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055712 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 87 | 18 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.66 |
| HSL | 129.51º | 0.89% | 0.18% | - |
| HSV(B) | 129.51º | 0.94% | 0.34% | - |
| XYZ | 3.58 | 6.89 | 1.71 | - |
| YUV | 54.62 | 107.33 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 18 | 0.94 | 0 | 0.79 | 0.66 | 129.51 | 0.89 | 0.18 |
| Hex | 5 | 57 | 12 | 5E | 0 | 4F | 42 | 82 | 59 | 12 |
| Octal | 5 | 127 | 22 | 136 | 0 | 117 | 102 | 202 | 131 | 22 |
| Binary | 101 | 1010111 | 10010 | 1011110 | 0 | 1001111 | 1000010 | 10000010 | 1011001 | 10010 |
Color Harmonies of #055712
Complementary color
Monochromatic Colors of #055712
Black with #055712
Text Example
Text Example
White with #055712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055712; }
p { color: rgb(5,87,18); }
H1.HeaderClassName
{
color: #055712;
}
.AnyTagClassName
{
color: #055712;
}
</style>
background-color css
<style>
a { background-color: #055712; }
a { background-color: rgb(5,87,18); }
div.DivClassName
{
background-color: #055712;
}
.BgClassName
{
background-color: #055712;
}
</style>
border-color css
<style>
span { border-color: #055712; }
span { border-color: rgb(5,87,18); }
td.TdClassName
{
border-color: #055712;
}
.TagClassName
{
border-color: #055712;
}
</style>