#959087

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

Shades of Heathered Grey #959087

Tints of Heathered Grey #959087

Color information

#959087 (or 0x959087) is unknown color: approx Heathered Grey. HEX triplet: 95, 90 and 87. RGB value is (149,144,135). Sum of RGB (Red+Green+Blue) = 149+144+135=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #959087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959087 is #6A6F78. Grayscale: #909090. Windows color (decimal): -6975353 or 8884373. OLE color: 8884373.

HSL color Cylindrical-coordinate representation of color #959087: hue angle of 38.57º 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 #959087 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149144135-
CMYK00.030.090.42
HSL38.57º6.19%55.69%-
HSV(B)38.57º9.4%58.43%-
XYZ26.7428.0926.93-
YUV144.47122.66131.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=34.81%
G=33.64%
B=31.54%

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
Decimal14914413500.030.090.4238.576.1955.69
Hex9590870392A27638
Octal22522020703115247670
Binary1001010110010000100001110111001101010100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959087; }

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

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

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

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

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

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

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

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