Shades of Crusoe #05551D
Tints of Crusoe #05551D
RGB
CMYK
RGB Variations
Color information
#05551D (or 0x05551D) is known color: Crusoe. HEX triplet: 05, 55 and 1D. RGB value is (5,85,29). Sum of RGB (Red+Green+Blue) = 5+85+29=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #05551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05551D is #FAAAE2. Grayscale: #363636. Windows color (decimal): -16427747 or 1922309. OLE color: 1922309.
HSL color Cylindrical-coordinate representation of color #05551D: hue angle of 138º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05551D is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 29 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.67 |
| HSL | 138º | 0.89% | 0.18% | - |
| HSV(B) | 138º | 0.94% | 0.33% | - |
| XYZ | 3.53 | 6.62 | 2.25 | - |
| YUV | 54.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 29 | 0.94 | 0 | 0.66 | 0.67 | 138 | 0.89 | 0.18 |
| Hex | 5 | 55 | 1D | 5E | 0 | 42 | 43 | 8A | 59 | 12 |
| Octal | 5 | 125 | 35 | 136 | 0 | 102 | 103 | 212 | 131 | 22 |
| Binary | 101 | 1010101 | 11101 | 1011110 | 0 | 1000010 | 1000011 | 10001010 | 1011001 | 10010 |
Color Harmonies of #05551D
Complementary color
Monochromatic Colors of #05551D
Black with #05551D
Text Example
Text Example
White with #05551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05551D; }
p { color: rgb(5,85,29); }
H1.HeaderClassName
{
color: #05551D;
}
.AnyTagClassName
{
color: #05551D;
}
</style>
background-color css
<style>
a { background-color: #05551D; }
a { background-color: rgb(5,85,29); }
div.DivClassName
{
background-color: #05551D;
}
.BgClassName
{
background-color: #05551D;
}
</style>
border-color css
<style>
span { border-color: #05551D; }
span { border-color: rgb(5,85,29); }
td.TdClassName
{
border-color: #05551D;
}
.TagClassName
{
border-color: #05551D;
}
</style>