#959082

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

Shades of Heathered Grey #959082

Tints of Heathered Grey #959082

Color information

#959082 (or 0x959082) is unknown color: approx Heathered Grey. HEX triplet: 95, 90 and 82. RGB value is (149,144,130). Sum of RGB (Red+Green+Blue) = 149+144+130=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #959082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959082 is #6A6F7D. Grayscale: #8F8F8F. Windows color (decimal): -6975358 or 8556693. OLE color: 8556693.

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

Color convert

RGB149144130-
CMYK00.030.130.42
HSL44.21º8.23%54.71%-
HSV(B)44.21º12.75%58.43%-
XYZ26.427.9525.12-
YUV143.9120.16131.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=35.22%
G=34.04%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914413000.030.130.4244.218.2354.71
Hex95908203D2A2c837
Octal225220202031552541067
Binary10010101100100001000001001111011010101011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959082; }

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

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

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

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

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

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

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

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