Shades of Grey Suit #898594
Tints of Grey Suit #898594
RGB
CMYK
RGB Variations
Color information
#898594 (or 0x898594) is known color: Grey Suit. HEX triplet: 89, 85 and 94. RGB value is (137,133,148). Sum of RGB (Red+Green+Blue) = 137+133+148=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 148 - color contains mainly: blue. Hex color #898594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898594 is #767A6B. Grayscale: #878787. Windows color (decimal): -7764588 or 9733513. OLE color: 9733513.
HSL color Cylindrical-coordinate representation of color #898594: hue angle of 256º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #898594 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 133 | 148 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.42 |
| HSL | 256º | 0.07% | 0.55% | - |
| HSV(B) | 256º | 0.1% | 0.58% | - |
| XYZ | 24.05 | 24.23 | 31.43 | - |
| YUV | 135.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 148 | 0.07 | 0.10 | 0 | 0.42 | 256 | 0.07 | 0.55 |
| Hex | 89 | 85 | 94 | 7 | A | 0 | 2A | 100 | 7 | 37 |
| Octal | 211 | 205 | 224 | 7 | 12 | 0 | 52 | 400 | 7 | 67 |
| Binary | 10001001 | 10000101 | 10010100 | 111 | 1010 | 0 | 101010 | 100000000 | 111 | 110111 |
Color Harmonies of #898594
Complementary color
Monochromatic Colors of #898594
Black with #898594
Text Example
Text Example
White with #898594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898594; }
p { color: rgb(137,133,148); }
H1.HeaderClassName
{
color: #898594;
}
.AnyTagClassName
{
color: #898594;
}
</style>
background-color css
<style>
a { background-color: #898594; }
a { background-color: rgb(137,133,148); }
div.DivClassName
{
background-color: #898594;
}
.BgClassName
{
background-color: #898594;
}
</style>
border-color css
<style>
span { border-color: #898594; }
span { border-color: rgb(137,133,148); }
td.TdClassName
{
border-color: #898594;
}
.TagClassName
{
border-color: #898594;
}
</style>