#959183

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

Shades of Heathered Grey #959183

Tints of Heathered Grey #959183

Color information

#959183 (or 0x959183) is unknown color: approx Heathered Grey. HEX triplet: 95, 91 and 83. RGB value is (149,145,131). Sum of RGB (Red+Green+Blue) = 149+145+131=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 149 - color contains mainly: red. Hex color #959183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959183 is #6A6E7C. Grayscale: #909090. Windows color (decimal): -6975101 or 8622485. OLE color: 8622485.

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

Color convert

RGB149145131-
CMYK00.030.120.42
HSL46.67º7.83%54.9%-
HSV(B)46.67º12.08%58.43%-
XYZ26.6228.2825.53-
YUV144.6120.33131.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=35.06%
G=34.12%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914513100.030.120.4246.677.8354.9
Hex95918303C2A2f837
Octal225221203031452571067
Binary10010101100100011000001101111001010101011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959183; }

 p { color: rgb(149,145,131); }

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

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

 a { background-color: rgb(149,145,131); }

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

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

 span { border-color: rgb(149,145,131); }

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