#959085

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

Shades of Heathered Grey #959085

Tints of Heathered Grey #959085

Color information

#959085 (or 0x959085) is unknown color: approx Heathered Grey. HEX triplet: 95, 90 and 85. RGB value is (149,144,133). Sum of RGB (Red+Green+Blue) = 149+144+133=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #959085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959085 is #6A6F7A. Grayscale: #909090. Windows color (decimal): -6975355 or 8753301. OLE color: 8753301.

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

Color convert

RGB149144133-
CMYK00.030.110.42
HSL41.25º7.02%55.29%-
HSV(B)41.25º10.74%58.43%-
XYZ26.628.0326.2-
YUV144.24121.66131.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.98%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=34.98%
G=33.80%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914413300.030.110.4241.257.0255.29
Hex95908503B2A29737
Octal22522020503135251767
Binary1001010110010000100001010111011101010101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959085; }

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

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

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

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

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

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

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

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