Shades of Cascade #84A59D
Tints of Cascade #84A59D
RGB
CMYK
RGB Variations
Color information
#84A59D (or 0x84A59D) is known color: Cascade. HEX triplet: 84, A5 and 9D. RGB value is (132,165,157). Sum of RGB (Red+Green+Blue) = 132+165+157=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 165 - color contains mainly: green. Hex color #84A59D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A59D is #7B5A62. Grayscale: #9A9A9A. Windows color (decimal): -8084067 or 10331524. OLE color: 10331524.
HSL color Cylindrical-coordinate representation of color #84A59D: hue angle of 165.45º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A59D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 157 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.35 |
| HSL | 165.45º | 0.15% | 0.58% | - |
| HSV(B) | 165.45º | 0.2% | 0.65% | - |
| XYZ | 29.06 | 34.25 | 36.98 | - |
| YUV | 154.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 157 | 0.20 | 0 | 0.05 | 0.35 | 165.45 | 0.15 | 0.58 |
| Hex | 84 | A5 | 9D | 14 | 0 | 5 | 23 | A5 | F | 3A |
| Octal | 204 | 245 | 235 | 24 | 0 | 5 | 43 | 245 | 17 | 72 |
| Binary | 10000100 | 10100101 | 10011101 | 10100 | 0 | 101 | 100011 | 10100101 | 1111 | 111010 |
Color Harmonies of #84A59D
Complementary color
Monochromatic Colors of #84A59D
Black with #84A59D
Text Example
Text Example
White with #84A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A59D; }
p { color: rgb(132,165,157); }
H1.HeaderClassName
{
color: #84A59D;
}
.AnyTagClassName
{
color: #84A59D;
}
</style>
background-color css
<style>
a { background-color: #84A59D; }
a { background-color: rgb(132,165,157); }
div.DivClassName
{
background-color: #84A59D;
}
.BgClassName
{
background-color: #84A59D;
}
</style>
border-color css
<style>
span { border-color: #84A59D; }
span { border-color: rgb(132,165,157); }
td.TdClassName
{
border-color: #84A59D;
}
.TagClassName
{
border-color: #84A59D;
}
</style>