Html Css Color HEX #9591AB Grey Suit

📋 copy color: '#9591AB'

red 149 ◦ green 145 ◦ blue 171

#9591AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #9591AB

Tints of Grey Suit #9591AB

RGB

 RED value IS 149 (58.59% from 255) = 32.04%

 GREEN value IS 145 (57.03% from 255) = 31.18%

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 32.04%
G = 31.18%
B = 36.77%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9591AB (or 0x9591AB) is known color: Grey Suit. HEX triplet: 95, 91 and AB. RGB value is (149,145,171). Sum of RGB (Red+Green+Blue) = 149+145+171=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #9591AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9591AB is #6A6E54. Grayscale: #959595. Windows color (decimal): -6975061 or 11243925. OLE color: 11243925.

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

Color convert

RGB 149 145 171 -
CMYK 0.13 0.15 0 0.33
HSL 249.23º 0.13% 0.62% -
HSV(B) 249.23º 0.15% 0.67% -
XYZ 29.87 29.58 42.66 -
YUV 149.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 149 145 171 0.13 0.15 0 0.33 249.23 0.13 0.62
Hex 95 91 AB D F 0 21 F9 D 3E
Octal 225 221 253 15 17 0 41 371 15 76
Binary 10010101 10010001 10101011 1101 1111 0 100001 11111001 1101 111110

Color Harmonies of #9591AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591AB

Black with #9591AB

Text Example


Text Example

White with #9591AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9591AB;
 }
 .AnyTagClassName
 {
   color: #9591AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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