Shades of Crusoe #005A23
Tints of Crusoe #005A23
RGB
CMYK
RGB Variations
Color information
#005A23 (or 0x005A23) is known color: Crusoe. HEX triplet: 00, 5A and 23. RGB value is (0,90,35). Sum of RGB (Red+Green+Blue) = 0+90+35=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #005A23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A23 is #FFA5DC. Grayscale: #383838. Windows color (decimal): -16754141 or 2316800. OLE color: 2316800.
HSL color Cylindrical-coordinate representation of color #005A23: hue angle of 143.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 #005A23 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 35 | - |
| CMYK | 1 | 0 | 0.61 | 0.65 |
| HSL | 143.33º | 1% | 0.18% | - |
| HSV(B) | 143.33º | 1% | 0.35% | - |
| XYZ | 3.96 | 7.43 | 2.82 | - |
| YUV | 56.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 35 | 1 | 0 | 0.61 | 0.65 | 143.33 | 1 | 0.18 |
| Hex | 0 | 5A | 23 | 64 | 0 | 3D | 41 | 8F | 64 | 12 |
| Octal | 0 | 132 | 43 | 144 | 0 | 75 | 101 | 217 | 144 | 22 |
| Binary | 0 | 1011010 | 100011 | 1100100 | 0 | 111101 | 1000001 | 10001111 | 1100100 | 10010 |
Color Harmonies of #005A23
Complementary color
Monochromatic Colors of #005A23
Black with #005A23
Text Example
Text Example
White with #005A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A23; }
p { color: rgb(0,90,35); }
H1.HeaderClassName
{
color: #005A23;
}
.AnyTagClassName
{
color: #005A23;
}
</style>
background-color css
<style>
a { background-color: #005A23; }
a { background-color: rgb(0,90,35); }
div.DivClassName
{
background-color: #005A23;
}
.BgClassName
{
background-color: #005A23;
}
</style>
border-color css
<style>
span { border-color: #005A23; }
span { border-color: rgb(0,90,35); }
td.TdClassName
{
border-color: #005A23;
}
.TagClassName
{
border-color: #005A23;
}
</style>