#95939B

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

Shades of Grey Suit #95939B

Tints of Grey Suit #95939B

Color information

#95939B (or 0x95939B) is unknown color: approx Grey Suit. HEX triplet: 95, 93 and 9B. RGB value is (149,147,155). Sum of RGB (Red+Green+Blue) = 149+147+155=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #95939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95939B is #6A6C64. Grayscale: #949494. Windows color (decimal): -6974565 or 10195861. OLE color: 10195861.

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

Color convert

RGB149147155-
CMYK0.040.0500.39
HSL255º3.85%59.22%-
HSV(B)255º5.16%60.78%-
XYZ28.7429.6235.21-
YUV148.51131.66128.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 147 (57.81% from 255) = 32.59%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=33.04%
G=32.59%
B=34.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491471550.040.0500.392553.8559.22
Hex95939B45027ff43b
Octal22522323345047377473
Binary100101011001001110011011100101010011111111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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