#9590AB

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

Shades of Grey Suit #9590AB

Tints of Grey Suit #9590AB

Color information

#9590AB (or 0x9590AB) is unknown color: approx Grey Suit. HEX triplet: 95, 90 and AB. RGB value is (149,144,171). Sum of RGB (Red+Green+Blue) = 149+144+171=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #9590AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9590AB is #6A6F54. Grayscale: #949494. Windows color (decimal): -6975317 or 11243669. OLE color: 11243669.

HSL color Cylindrical-coordinate representation of color #9590AB: hue angle of 251.11º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9590AB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149144171-
CMYK0.130.1600.33
HSL251.11º13.85%61.76%-
HSV(B)251.11º15.79%67.06%-
XYZ29.7229.2842.61-
YUV148.57140.66128.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.11%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=32.11%
G=31.03%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491441710.130.1600.33251.1113.8561.76
Hex9590ABD10021fbe3e
Octal22522025315200413731676
Binary1001010110010000101010111101100000100001111110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9590AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9590AB; }

 p { color: rgb(149,144,171); }

 H1.HeaderClassName
 {
   color: #9590AB;
 }
 .AnyTagClassName
 {
   color: #9590AB;
 }
</style>
background-color css

<style>
 a { background-color: #9590AB; }

 a { background-color: rgb(149,144,171); }

 div.DivClassName
 {
   background-color: #9590AB;
 }
 .BgClassName
 {
   background-color: #9590AB;
 }
</style>
border-color css

<style>
 span { border-color: #9590AB; }

 span { border-color: rgb(149,144,171); }

 td.TdClassName
 {
   border-color: #9590AB;
 }
 .TagClassName
 {
   border-color: #9590AB;
 }
</style>