#959399

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

Shades of Grey Suit #959399

Tints of Grey Suit #959399

Color information

#959399 (or 0x959399) is unknown color: approx Grey Suit. HEX triplet: 95, 93 and 99. RGB value is (149,147,153). Sum of RGB (Red+Green+Blue) = 149+147+153=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 153 - color contains mainly: blue. Hex color #959399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959399 is #6A6C66. Grayscale: #949494. Windows color (decimal): -6974567 or 10064789. OLE color: 10064789.

HSL color Cylindrical-coordinate representation of color #959399: hue angle of 260º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959399 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149147153-
CMYK0.030.0400.4
HSL260º2.86%58.82%-
HSV(B)260º3.92%60%-
XYZ28.5829.5634.34-
YUV148.28130.66128.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=33.18%
G=32.74%
B=34.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491471530.030.0400.42602.8658.82
Hex9593993402810433b
Octal22522323134050404373
Binary10010101100100111001100111100010100010000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959399; }

 p { color: rgb(149,147,153); }

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

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

 a { background-color: rgb(149,147,153); }

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

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

 span { border-color: rgb(149,147,153); }

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