#898594

Color #898594 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #898594

Tints of Grey Suit #898594

Color information

#898594 (or 0x898594) is unknown color: approx 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

RGB137133148-
CMYK0.070.1000.42
HSL256º6.55%55.1%-
HSV(B)256º10.14%58.04%-
XYZ24.0524.2331.43-
YUV135.91134.83128.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 32.78%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=32.78%
G=31.82%
B=35.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371331480.070.1000.422566.5555.1
Hex8985947A02A100737
Octal211205224712052400767
Binary10001001100001011001010011110100101010100000000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>