Shades of Cascade #929594
Tints of Cascade #929594
RGB
CMYK
RGB Variations
Color information
#929594 (or 0x929594) is known color: Cascade. HEX triplet: 92, 95 and 94. RGB value is (146,149,148). Sum of RGB (Red+Green+Blue) = 146+149+148=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 149 - color contains mainly: green. Hex color #929594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929594 is #6D6A6B. Grayscale: #939393. Windows color (decimal): -7170668 or 9737618. OLE color: 9737618.
HSL color Cylindrical-coordinate representation of color #929594: hue angle of 160º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #929594 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 148 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.42 |
| HSL | 160º | 0.01% | 0.58% | - |
| HSV(B) | 160º | 0.02% | 0.58% | - |
| XYZ | 27.95 | 29.74 | 32.29 | - |
| YUV | 147.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 148 | 0.02 | 0 | 0.01 | 0.42 | 160 | 0.01 | 0.58 |
| Hex | 92 | 95 | 94 | 2 | 0 | 1 | 2A | A0 | 1 | 3A |
| Octal | 222 | 225 | 224 | 2 | 0 | 1 | 52 | 240 | 1 | 72 |
| Binary | 10010010 | 10010101 | 10010100 | 10 | 0 | 1 | 101010 | 10100000 | 1 | 111010 |
Color Harmonies of #929594
Complementary color
Monochromatic Colors of #929594
Black with #929594
Text Example
Text Example
White with #929594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929594; }
p { color: rgb(146,149,148); }
H1.HeaderClassName
{
color: #929594;
}
.AnyTagClassName
{
color: #929594;
}
</style>
background-color css
<style>
a { background-color: #929594; }
a { background-color: rgb(146,149,148); }
div.DivClassName
{
background-color: #929594;
}
.BgClassName
{
background-color: #929594;
}
</style>
border-color css
<style>
span { border-color: #929594; }
span { border-color: rgb(146,149,148); }
td.TdClassName
{
border-color: #929594;
}
.TagClassName
{
border-color: #929594;
}
</style>