Shades of Cascade #93A59F
Tints of Cascade #93A59F
RGB
CMYK
RGB Variations
Color information
#93A59F (or 0x93A59F) is known color: Cascade. HEX triplet: 93, A5 and 9F. RGB value is (147,165,159). Sum of RGB (Red+Green+Blue) = 147+165+159=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #93A59F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A59F is #6C5A60. Grayscale: #9E9E9E. Windows color (decimal): -7101025 or 10462611. OLE color: 10462611.
HSL color Cylindrical-coordinate representation of color #93A59F: hue angle of 160º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A59F is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 165 | 159 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.35 |
| HSL | 160º | 0.09% | 0.61% | - |
| HSV(B) | 160º | 0.11% | 0.65% | - |
| XYZ | 31.75 | 35.62 | 38 | - |
| YUV | 158.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 159 | 0.11 | 0 | 0.04 | 0.35 | 160 | 0.09 | 0.61 |
| Hex | 93 | A5 | 9F | B | 0 | 4 | 23 | A0 | 9 | 3D |
| Octal | 223 | 245 | 237 | 13 | 0 | 4 | 43 | 240 | 11 | 75 |
| Binary | 10010011 | 10100101 | 10011111 | 1011 | 0 | 100 | 100011 | 10100000 | 1001 | 111101 |
Color Harmonies of #93A59F
Complementary color
Monochromatic Colors of #93A59F
Black with #93A59F
Text Example
Text Example
White with #93A59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A59F; }
p { color: rgb(147,165,159); }
H1.HeaderClassName
{
color: #93A59F;
}
.AnyTagClassName
{
color: #93A59F;
}
</style>
background-color css
<style>
a { background-color: #93A59F; }
a { background-color: rgb(147,165,159); }
div.DivClassName
{
background-color: #93A59F;
}
.BgClassName
{
background-color: #93A59F;
}
</style>
border-color css
<style>
span { border-color: #93A59F; }
span { border-color: rgb(147,165,159); }
td.TdClassName
{
border-color: #93A59F;
}
.TagClassName
{
border-color: #93A59F;
}
</style>