Shades of Crusoe #05552D
Tints of Crusoe #05552D
RGB
CMYK
RGB Variations
Color information
#05552D (or 0x05552D) is known color: Crusoe. HEX triplet: 05, 55 and 2D. RGB value is (5,85,45). Sum of RGB (Red+Green+Blue) = 5+85+45=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #05552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05552D is #FAAAD2. Grayscale: #383838. Windows color (decimal): -16427731 or 2970885. OLE color: 2970885.
HSL color Cylindrical-coordinate representation of color #05552D: hue angle of 150º 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 #05552D is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 45 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.67 |
| HSL | 150º | 0.89% | 0.18% | - |
| HSV(B) | 150º | 0.94% | 0.33% | - |
| XYZ | 3.78 | 6.72 | 3.58 | - |
| YUV | 56.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 45 | 0.94 | 0 | 0.47 | 0.67 | 150 | 0.89 | 0.18 |
| Hex | 5 | 55 | 2D | 5E | 0 | 2F | 43 | 96 | 59 | 12 |
| Octal | 5 | 125 | 55 | 136 | 0 | 57 | 103 | 226 | 131 | 22 |
| Binary | 101 | 1010101 | 101101 | 1011110 | 0 | 101111 | 1000011 | 10010110 | 1011001 | 10010 |
Color Harmonies of #05552D
Complementary color
Monochromatic Colors of #05552D
Black with #05552D
Text Example
Text Example
White with #05552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05552D; }
p { color: rgb(5,85,45); }
H1.HeaderClassName
{
color: #05552D;
}
.AnyTagClassName
{
color: #05552D;
}
</style>
background-color css
<style>
a { background-color: #05552D; }
a { background-color: rgb(5,85,45); }
div.DivClassName
{
background-color: #05552D;
}
.BgClassName
{
background-color: #05552D;
}
</style>
border-color css
<style>
span { border-color: #05552D; }
span { border-color: rgb(5,85,45); }
td.TdClassName
{
border-color: #05552D;
}
.TagClassName
{
border-color: #05552D;
}
</style>