#95959D

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

Shades of Grey Suit #95959D

Tints of Grey Suit #95959D

Color information

#95959D (or 0x95959D) is unknown color: approx Grey Suit. HEX triplet: 95, 95 and 9D. RGB value is (149,149,157). Sum of RGB (Red+Green+Blue) = 149+149+157=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 157 - color contains mainly: blue. Hex color #95959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95959D is #6A6A62. Grayscale: #959595. Windows color (decimal): -6974051 or 10327445. OLE color: 10327445.

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

Color convert

RGB149149157-
CMYK0.050.0500.38
HSL240º3.92%60%-
HSV(B)240º5.1%61.57%-
XYZ29.2330.3236.21-
YUV149.91132127.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=32.75%
G=32.75%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491491570.050.0500.382403.9260
Hex95959D55026f043c
Octal22522523555046360474
Binary100101011001010110011101101101010011011110000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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