Shades of Crusoe #095526
Tints of Crusoe #095526
RGB
CMYK
RGB Variations
Color information
#095526 (or 0x095526) is known color: Crusoe. HEX triplet: 09, 55 and 26. RGB value is (9,85,38). Sum of RGB (Red+Green+Blue) = 9+85+38=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #095526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095526 is #F6AAD9. Grayscale: #393939. Windows color (decimal): -16165594 or 2512137. OLE color: 2512137.
HSL color Cylindrical-coordinate representation of color #095526: hue angle of 142.89º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095526 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 38 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.67 |
| HSL | 142.89º | 0.81% | 0.18% | - |
| HSV(B) | 142.89º | 0.89% | 0.33% | - |
| XYZ | 3.71 | 6.7 | 2.93 | - |
| YUV | 56.92 | 117.32 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 38 | 0.89 | 0 | 0.55 | 0.67 | 142.89 | 0.81 | 0.18 |
| Hex | 9 | 55 | 26 | 59 | 0 | 37 | 43 | 8F | 51 | 12 |
| Octal | 11 | 125 | 46 | 131 | 0 | 67 | 103 | 217 | 121 | 22 |
| Binary | 1001 | 1010101 | 100110 | 1011001 | 0 | 110111 | 1000011 | 10001111 | 1010001 | 10010 |
Color Harmonies of #095526
Complementary color
Monochromatic Colors of #095526
Black with #095526
Text Example
Text Example
White with #095526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095526; }
p { color: rgb(9,85,38); }
H1.HeaderClassName
{
color: #095526;
}
.AnyTagClassName
{
color: #095526;
}
</style>
background-color css
<style>
a { background-color: #095526; }
a { background-color: rgb(9,85,38); }
div.DivClassName
{
background-color: #095526;
}
.BgClassName
{
background-color: #095526;
}
</style>
border-color css
<style>
span { border-color: #095526; }
span { border-color: rgb(9,85,38); }
td.TdClassName
{
border-color: #095526;
}
.TagClassName
{
border-color: #095526;
}
</style>