Shades of Crusoe #095527
Tints of Crusoe #095527
RGB
CMYK
RGB Variations
Color information
#095527 (or 0x095527) is known color: Crusoe. HEX triplet: 09, 55 and 27. RGB value is (9,85,39). Sum of RGB (Red+Green+Blue) = 9+85+39=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #095527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095527 is #F6AAD8. Grayscale: #393939. Windows color (decimal): -16165593 or 2577673. OLE color: 2577673.
HSL color Cylindrical-coordinate representation of color #095527: hue angle of 143.68º 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 #095527 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 39 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.67 |
| HSL | 143.68º | 0.81% | 0.18% | - |
| HSV(B) | 143.68º | 0.89% | 0.33% | - |
| XYZ | 3.73 | 6.7 | 3.02 | - |
| YUV | 57.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 39 | 0.89 | 0 | 0.54 | 0.67 | 143.68 | 0.81 | 0.18 |
| Hex | 9 | 55 | 27 | 59 | 0 | 36 | 43 | 90 | 51 | 12 |
| Octal | 11 | 125 | 47 | 131 | 0 | 66 | 103 | 220 | 121 | 22 |
| Binary | 1001 | 1010101 | 100111 | 1011001 | 0 | 110110 | 1000011 | 10010000 | 1010001 | 10010 |
Color Harmonies of #095527
Complementary color
Monochromatic Colors of #095527
Black with #095527
Text Example
Text Example
White with #095527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095527; }
p { color: rgb(9,85,39); }
H1.HeaderClassName
{
color: #095527;
}
.AnyTagClassName
{
color: #095527;
}
</style>
background-color css
<style>
a { background-color: #095527; }
a { background-color: rgb(9,85,39); }
div.DivClassName
{
background-color: #095527;
}
.BgClassName
{
background-color: #095527;
}
</style>
border-color css
<style>
span { border-color: #095527; }
span { border-color: rgb(9,85,39); }
td.TdClassName
{
border-color: #095527;
}
.TagClassName
{
border-color: #095527;
}
</style>