Shades of Crusoe #05551A
Tints of Crusoe #05551A
RGB
CMYK
RGB Variations
Color information
#05551A (or 0x05551A) is known color: Crusoe. HEX triplet: 05, 55 and 1A. RGB value is (5,85,26). Sum of RGB (Red+Green+Blue) = 5+85+26=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #05551A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05551A is #FAAAE5. Grayscale: #363636. Windows color (decimal): -16427750 or 1725701. OLE color: 1725701.
HSL color Cylindrical-coordinate representation of color #05551A: hue angle of 135.75º 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 #05551A is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 26 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.67 |
| HSL | 135.75º | 0.89% | 0.18% | - |
| HSV(B) | 135.75º | 0.94% | 0.33% | - |
| XYZ | 3.5 | 6.6 | 2.07 | - |
| YUV | 54.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 26 | 0.94 | 0 | 0.69 | 0.67 | 135.75 | 0.89 | 0.18 |
| Hex | 5 | 55 | 1A | 5E | 0 | 45 | 43 | 88 | 59 | 12 |
| Octal | 5 | 125 | 32 | 136 | 0 | 105 | 103 | 210 | 131 | 22 |
| Binary | 101 | 1010101 | 11010 | 1011110 | 0 | 1000101 | 1000011 | 10001000 | 1011001 | 10010 |
Color Harmonies of #05551A
Complementary color
Monochromatic Colors of #05551A
Black with #05551A
Text Example
Text Example
White with #05551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05551A; }
p { color: rgb(5,85,26); }
H1.HeaderClassName
{
color: #05551A;
}
.AnyTagClassName
{
color: #05551A;
}
</style>
background-color css
<style>
a { background-color: #05551A; }
a { background-color: rgb(5,85,26); }
div.DivClassName
{
background-color: #05551A;
}
.BgClassName
{
background-color: #05551A;
}
</style>
border-color css
<style>
span { border-color: #05551A; }
span { border-color: rgb(5,85,26); }
td.TdClassName
{
border-color: #05551A;
}
.TagClassName
{
border-color: #05551A;
}
</style>