#95939C

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

Shades of Grey Suit #95939C

Tints of Grey Suit #95939C

Color information

#95939C (or 0x95939C) is unknown color: approx Grey Suit. HEX triplet: 95, 93 and 9C. RGB value is (149,147,156). Sum of RGB (Red+Green+Blue) = 149+147+156=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 156 - color contains mainly: blue. Hex color #95939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95939C is #6A6C63. Grayscale: #949494. Windows color (decimal): -6974564 or 10261397. OLE color: 10261397.

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

Color convert

RGB149147156-
CMYK0.040.0600.39
HSL253.33º4.35%59.41%-
HSV(B)253.33º5.77%61.18%-
XYZ28.8329.6635.66-
YUV148.62132.16128.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=32.96%
G=32.52%
B=34.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491471560.040.0600.39253.334.3559.41
Hex95939C46027fd43b
Octal22522323446047375473
Binary100101011001001110011100100110010011111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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