#95959B

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

Shades of Grey Suit #95959B

Tints of Grey Suit #95959B

Color information

#95959B (or 0x95959B) is unknown color: approx Grey Suit. HEX triplet: 95, 95 and 9B. RGB value is (149,149,155). Sum of RGB (Red+Green+Blue) = 149+149+155=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 155 - color contains mainly: blue. Hex color #95959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95959B is #6A6A64. Grayscale: #959595. Windows color (decimal): -6974053 or 10196373. OLE color: 10196373.

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

Color convert

RGB149149155-
CMYK0.040.0400.39
HSL240º2.91%59.61%-
HSV(B)240º3.87%60.78%-
XYZ29.0630.2535.32-
YUV149.68131127.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.89%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=32.89%
G=32.89%
B=34.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491491550.040.0400.392402.9159.61
Hex95959B44027f033c
Octal22522523344047360374
Binary10010101100101011001101110010001001111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95959B; }

 p { color: rgb(149,149,155); }

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

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

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

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

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

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

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