Html Css Color HEX #9590A2 Grey Suit

📋 copy color: '#9590A2'

red 149 ◦ green 144 ◦ blue 162

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

Shades of Grey Suit #9590A2

Tints of Grey Suit #9590A2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.65%

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 32.75%
G = 31.65%
B = 35.6%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9590A2 (or 0x9590A2) is known color: Grey Suit. HEX triplet: 95, 90 and A2. RGB value is (149,144,162). Sum of RGB (Red+Green+Blue) = 149+144+162=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 162 - color contains mainly: blue. Hex color #9590A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9590A2 is #6A6F5D. Grayscale: #939393. Windows color (decimal): -6975326 or 10653845. OLE color: 10653845.

HSL color Cylindrical-coordinate representation of color #9590A2: hue angle of 256.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9590A2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 144 162 -
CMYK 0.08 0.11 0 0.36
HSL 256.67º 0.09% 0.6% -
HSV(B) 256.67º 0.11% 0.64% -
XYZ 28.89 28.94 38.25 -
YUV 147.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 149 144 162 0.08 0.11 0 0.36 256.67 0.09 0.6
Hex 95 90 A2 8 B 0 24 101 9 3C
Octal 225 220 242 10 13 0 44 401 11 74
Binary 10010101 10010000 10100010 1000 1011 0 100100 100000001 1001 111100

Color Harmonies of #9590A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9590A2

Black with #9590A2

Text Example


Text Example

White with #9590A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9590A2;
 }
 .AnyTagClassName
 {
   color: #9590A2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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