#959189

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

Shades of Heathered Grey #959189

Tints of Heathered Grey #959189

Color information

#959189 (or 0x959189) is unknown color: approx Heathered Grey. HEX triplet: 95, 91 and 89. RGB value is (149,145,137). Sum of RGB (Red+Green+Blue) = 149+145+137=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #959189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959189 is #6A6E76. Grayscale: #919191. Windows color (decimal): -6975095 or 9015701. OLE color: 9015701.

HSL color Cylindrical-coordinate representation of color #959189: hue angle of 40º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #959189 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB149145137-
CMYK00.030.080.42
HSL40º5.36%56.08%-
HSV(B)40º8.05%58.43%-
XYZ27.0428.4527.73-
YUV145.28123.33130.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 137 (53.91% from 255) = 31.79%
R=34.57%
G=33.64%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914513700.030.080.42405.3656.08
Hex9591890382A28538
Octal22522121103105250570
Binary1001010110010001100010010111000101010101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959189; }

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

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

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

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

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

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

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

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