Shades of Crusoe #005A2A
Tints of Crusoe #005A2A
RGB
CMYK
RGB Variations
Color information
#005A2A (or 0x005A2A) is known color: Crusoe. HEX triplet: 00, 5A and 2A. RGB value is (0,90,42). Sum of RGB (Red+Green+Blue) = 0+90+42=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 90 (35.55% from 255 or 68.18% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 90 - color contains mainly: green. Hex color #005A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A2A is #FFA5D5. Grayscale: #393939. Windows color (decimal): -16754134 or 2775552. OLE color: 2775552.
HSL color Cylindrical-coordinate representation of color #005A2A: hue angle of 148º 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 #005A2A is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 42 | - |
| CMYK | 1 | 0 | 0.53 | 0.65 |
| HSL | 148º | 1% | 0.18% | - |
| HSV(B) | 148º | 1% | 0.35% | - |
| XYZ | 4.07 | 7.48 | 3.42 | - |
| YUV | 57.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 42 | 1 | 0 | 0.53 | 0.65 | 148 | 1 | 0.18 |
| Hex | 0 | 5A | 2A | 64 | 0 | 35 | 41 | 94 | 64 | 12 |
| Octal | 0 | 132 | 52 | 144 | 0 | 65 | 101 | 224 | 144 | 22 |
| Binary | 0 | 1011010 | 101010 | 1100100 | 0 | 110101 | 1000001 | 10010100 | 1100100 | 10010 |
Color Harmonies of #005A2A
Complementary color
Monochromatic Colors of #005A2A
Black with #005A2A
Text Example
Text Example
White with #005A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A2A; }
p { color: rgb(0,90,42); }
H1.HeaderClassName
{
color: #005A2A;
}
.AnyTagClassName
{
color: #005A2A;
}
</style>
background-color css
<style>
a { background-color: #005A2A; }
a { background-color: rgb(0,90,42); }
div.DivClassName
{
background-color: #005A2A;
}
.BgClassName
{
background-color: #005A2A;
}
</style>
border-color css
<style>
span { border-color: #005A2A; }
span { border-color: rgb(0,90,42); }
td.TdClassName
{
border-color: #005A2A;
}
.TagClassName
{
border-color: #005A2A;
}
</style>