Shades of Cascade #91A5A1
Tints of Cascade #91A5A1
RGB
CMYK
RGB Variations
Color information
#91A5A1 (or 0x91A5A1) is known color: Cascade. HEX triplet: 91, A5 and A1. RGB value is (145,165,161). Sum of RGB (Red+Green+Blue) = 145+165+161=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #91A5A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A5A1 is #6E5A5E. Grayscale: #9E9E9E. Windows color (decimal): -7232095 or 10593681. OLE color: 10593681.
HSL color Cylindrical-coordinate representation of color #91A5A1: hue angle of 168º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A5A1 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 165 | 161 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.35 |
| HSL | 168º | 0.1% | 0.61% | - |
| HSV(B) | 168º | 0.12% | 0.65% | - |
| XYZ | 31.57 | 35.5 | 38.91 | - |
| YUV | 158.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 161 | 0.12 | 0 | 0.02 | 0.35 | 168 | 0.1 | 0.61 |
| Hex | 91 | A5 | A1 | C | 0 | 2 | 23 | A8 | A | 3D |
| Octal | 221 | 245 | 241 | 14 | 0 | 2 | 43 | 250 | 12 | 75 |
| Binary | 10010001 | 10100101 | 10100001 | 1100 | 0 | 10 | 100011 | 10101000 | 1010 | 111101 |
Color Harmonies of #91A5A1
Complementary color
Monochromatic Colors of #91A5A1
Black with #91A5A1
Text Example
Text Example
White with #91A5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A5A1; }
p { color: rgb(145,165,161); }
H1.HeaderClassName
{
color: #91A5A1;
}
.AnyTagClassName
{
color: #91A5A1;
}
</style>
background-color css
<style>
a { background-color: #91A5A1; }
a { background-color: rgb(145,165,161); }
div.DivClassName
{
background-color: #91A5A1;
}
.BgClassName
{
background-color: #91A5A1;
}
</style>
border-color css
<style>
span { border-color: #91A5A1; }
span { border-color: rgb(145,165,161); }
td.TdClassName
{
border-color: #91A5A1;
}
.TagClassName
{
border-color: #91A5A1;
}
</style>