Shades of Crusoe #05551B
Tints of Crusoe #05551B
RGB
CMYK
RGB Variations
Color information
#05551B (or 0x05551B) is known color: Crusoe. HEX triplet: 05, 55 and 1B. RGB value is (5,85,27). Sum of RGB (Red+Green+Blue) = 5+85+27=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 85 (33.59% from 255 or 72.65% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 85 - color contains mainly: green. Hex color #05551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05551B is #FAAAE4. Grayscale: #363636. Windows color (decimal): -16427749 or 1791237. OLE color: 1791237.
HSL color Cylindrical-coordinate representation of color #05551B: hue angle of 136.5º 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 #05551B is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 27 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.67 |
| HSL | 136.5º | 0.89% | 0.18% | - |
| HSV(B) | 136.5º | 0.94% | 0.33% | - |
| XYZ | 3.51 | 6.61 | 2.13 | - |
| YUV | 54.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 27 | 0.94 | 0 | 0.68 | 0.67 | 136.5 | 0.89 | 0.18 |
| Hex | 5 | 55 | 1B | 5E | 0 | 44 | 43 | 88 | 59 | 12 |
| Octal | 5 | 125 | 33 | 136 | 0 | 104 | 103 | 210 | 131 | 22 |
| Binary | 101 | 1010101 | 11011 | 1011110 | 0 | 1000100 | 1000011 | 10001000 | 1011001 | 10010 |
Color Harmonies of #05551B
Complementary color
Monochromatic Colors of #05551B
Black with #05551B
Text Example
Text Example
White with #05551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05551B; }
p { color: rgb(5,85,27); }
H1.HeaderClassName
{
color: #05551B;
}
.AnyTagClassName
{
color: #05551B;
}
</style>
background-color css
<style>
a { background-color: #05551B; }
a { background-color: rgb(5,85,27); }
div.DivClassName
{
background-color: #05551B;
}
.BgClassName
{
background-color: #05551B;
}
</style>
border-color css
<style>
span { border-color: #05551B; }
span { border-color: rgb(5,85,27); }
td.TdClassName
{
border-color: #05551B;
}
.TagClassName
{
border-color: #05551B;
}
</style>