#959080

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

Shades of Heathered Grey #959080

Tints of Heathered Grey #959080

Color information

#959080 (or 0x959080) is unknown color: approx Heathered Grey. HEX triplet: 95, 90 and 80. RGB value is (149,144,128). Sum of RGB (Red+Green+Blue) = 149+144+128=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #959080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959080 is #6A6F7F. Grayscale: #8F8F8F. Windows color (decimal): -6975360 or 8425621. OLE color: 8425621.

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

Color convert

RGB149144128-
CMYK00.030.140.42
HSL45.71º9.01%54.31%-
HSV(B)45.71º14.09%58.43%-
XYZ26.2627.8924.42-
YUV143.67119.16131.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=35.39%
G=34.20%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914412800.030.140.4245.719.0154.31
Hex95908003E2A2e936
Octal225220200031652561166
Binary10010101100100001000000001111101010101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959080; }

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

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

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

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

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

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

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

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