#95939F

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

Shades of Grey Suit #95939F

Tints of Grey Suit #95939F

Color information

#95939F (or 0x95939F) is unknown color: approx Grey Suit. HEX triplet: 95, 93 and 9F. RGB value is (149,147,159). Sum of RGB (Red+Green+Blue) = 149+147+159=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 159 - color contains mainly: blue. Hex color #95939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95939F is #6A6C60. Grayscale: #949494. Windows color (decimal): -6974561 or 10458005. OLE color: 10458005.

HSL color Cylindrical-coordinate representation of color #95939F: hue angle of 250º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #95939F is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149147159-
CMYK0.060.0800.38
HSL250º5.88%60%-
HSV(B)250º7.55%62.35%-
XYZ29.0929.7637.01-
YUV148.97133.66128.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=32.75%
G=32.31%
B=34.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491471590.060.0800.382505.8860
Hex95939F68026fa63c
Octal225223237610046372674
Binary1001010110010011100111111101000010011011111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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