#959188

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

Shades of Heathered Grey #959188

Tints of Heathered Grey #959188

Color information

#959188 (or 0x959188) is unknown color: approx Heathered Grey. HEX triplet: 95, 91 and 88. RGB value is (149,145,136). Sum of RGB (Red+Green+Blue) = 149+145+136=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #959188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959188 is #6A6E77. Grayscale: #919191. Windows color (decimal): -6975096 or 8950165. OLE color: 8950165.

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

Color convert

RGB149145136-
CMYK00.030.090.42
HSL41.54º5.78%55.88%-
HSV(B)41.54º8.72%58.43%-
XYZ26.9628.4227.36-
YUV145.17122.83130.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=34.65%
G=33.72%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914513600.030.090.4241.545.7855.88
Hex9591880392A2a638
Octal22522121003115252670
Binary1001010110010001100010000111001101010101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959188; }

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

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

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

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

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

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

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

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