Shades of Crusoe #005A17
Tints of Crusoe #005A17
RGB
CMYK
RGB Variations
Color information
#005A17 (or 0x005A17) is known color: Crusoe. HEX triplet: 00, 5A and 17. RGB value is (0,90,23). Sum of RGB (Red+Green+Blue) = 0+90+23=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #005A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A17 is #FFA5E8. Grayscale: #373737. Windows color (decimal): -16754153 or 1530368. OLE color: 1530368.
HSL color Cylindrical-coordinate representation of color #005A17: hue angle of 135.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A17 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 23 | - |
| CMYK | 1 | 0 | 0.74 | 0.65 |
| HSL | 135.33º | 1% | 0.18% | - |
| HSV(B) | 135.33º | 1% | 0.35% | - |
| XYZ | 3.81 | 7.37 | 2.03 | - |
| YUV | 55.45 | 109.68 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 23 | 1 | 0 | 0.74 | 0.65 | 135.33 | 1 | 0.18 |
| Hex | 0 | 5A | 17 | 64 | 0 | 4A | 41 | 87 | 64 | 12 |
| Octal | 0 | 132 | 27 | 144 | 0 | 112 | 101 | 207 | 144 | 22 |
| Binary | 0 | 1011010 | 10111 | 1100100 | 0 | 1001010 | 1000001 | 10000111 | 1100100 | 10010 |
Color Harmonies of #005A17
Complementary color
Monochromatic Colors of #005A17
Black with #005A17
Text Example
Text Example
White with #005A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A17; }
p { color: rgb(0,90,23); }
H1.HeaderClassName
{
color: #005A17;
}
.AnyTagClassName
{
color: #005A17;
}
</style>
background-color css
<style>
a { background-color: #005A17; }
a { background-color: rgb(0,90,23); }
div.DivClassName
{
background-color: #005A17;
}
.BgClassName
{
background-color: #005A17;
}
</style>
border-color css
<style>
span { border-color: #005A17; }
span { border-color: rgb(0,90,23); }
td.TdClassName
{
border-color: #005A17;
}
.TagClassName
{
border-color: #005A17;
}
</style>