#958E80

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

Shades of Heathered Grey #958E80

Tints of Heathered Grey #958E80

Color information

#958E80 (or 0x958E80) is unknown color: approx Heathered Grey. HEX triplet: 95, 8E and 80. RGB value is (149,142,128). Sum of RGB (Red+Green+Blue) = 149+142+128=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #958E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E80 is #6A717F. Grayscale: #8E8E8E. Windows color (decimal): -6975872 or 8425109. OLE color: 8425109.

HSL color Cylindrical-coordinate representation of color #958E80: hue angle of 40º 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 #958E80 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB149142128-
CMYK00.050.140.42
HSL40º9.01%54.31%-
HSV(B)40º14.09%58.43%-
XYZ25.9627.2924.32-
YUV142.5119.82132.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=35.56%
G=33.89%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914212800.050.140.42409.0154.31
Hex958E8005E2A28936
Octal225216200051652501166
Binary100101011000111010000000010111101010101010001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958E80; }

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

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

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

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

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

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

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

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