Shades of Crusoe #005A13
Tints of Crusoe #005A13
RGB
CMYK
RGB Variations
Color information
#005A13 (or 0x005A13) is known color: Crusoe. HEX triplet: 00, 5A and 13. RGB value is (0,90,19). Sum of RGB (Red+Green+Blue) = 0+90+19=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 90 (35.55% from 255 or 82.57% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 90 - color contains mainly: green. Hex color #005A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A13 is #FFA5EC. Grayscale: #373737. Windows color (decimal): -16754157 or 1268224. OLE color: 1268224.
HSL color Cylindrical-coordinate representation of color #005A13: hue angle of 132.67º 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 #005A13 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 19 | - |
| CMYK | 1 | 0 | 0.79 | 0.65 |
| HSL | 132.67º | 1% | 0.18% | - |
| HSV(B) | 132.67º | 1% | 0.35% | - |
| XYZ | 3.77 | 7.36 | 1.84 | - |
| YUV | 55 | 107.68 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 19 | 1 | 0 | 0.79 | 0.65 | 132.67 | 1 | 0.18 |
| Hex | 0 | 5A | 13 | 64 | 0 | 4F | 41 | 85 | 64 | 12 |
| Octal | 0 | 132 | 23 | 144 | 0 | 117 | 101 | 205 | 144 | 22 |
| Binary | 0 | 1011010 | 10011 | 1100100 | 0 | 1001111 | 1000001 | 10000101 | 1100100 | 10010 |
Color Harmonies of #005A13
Complementary color
Monochromatic Colors of #005A13
Black with #005A13
Text Example
Text Example
White with #005A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A13; }
p { color: rgb(0,90,19); }
H1.HeaderClassName
{
color: #005A13;
}
.AnyTagClassName
{
color: #005A13;
}
</style>
background-color css
<style>
a { background-color: #005A13; }
a { background-color: rgb(0,90,19); }
div.DivClassName
{
background-color: #005A13;
}
.BgClassName
{
background-color: #005A13;
}
</style>
border-color css
<style>
span { border-color: #005A13; }
span { border-color: rgb(0,90,19); }
td.TdClassName
{
border-color: #005A13;
}
.TagClassName
{
border-color: #005A13;
}
</style>