Html Css Color HEX #9591A5 Grey Suit

📋 copy color: '#9591A5'

red 149 ◦ green 145 ◦ blue 165

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

Shades of Grey Suit #9591A5

Tints of Grey Suit #9591A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 32.46%
G = 31.59%
B = 35.95%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9591A5 (or 0x9591A5) is known color: Grey Suit. HEX triplet: 95, 91 and A5. RGB value is (149,145,165). Sum of RGB (Red+Green+Blue) = 149+145+165=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 165 - color contains mainly: blue. Hex color #9591A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9591A5 is #6A6E5A. Grayscale: #949494. Windows color (decimal): -6975067 or 10850709. OLE color: 10850709.

HSL color Cylindrical-coordinate representation of color #9591A5: hue angle of 252º 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 #9591A5 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 145 165 -
CMYK 0.10 0.12 0 0.35
HSL 252º 0.1% 0.61% -
HSV(B) 252º 0.12% 0.65% -
XYZ 29.31 29.36 39.72 -
YUV 148.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 149 145 165 0.10 0.12 0 0.35 252 0.1 0.61
Hex 95 91 A5 A C 0 23 FC A 3D
Octal 225 221 245 12 14 0 43 374 12 75
Binary 10010101 10010001 10100101 1010 1100 0 100011 11111100 1010 111101

Color Harmonies of #9591A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9591A5

Black with #9591A5

Text Example


Text Example

White with #9591A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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