#95919B

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

Shades of Grey Suit #95919B

Tints of Grey Suit #95919B

Color information

#95919B (or 0x95919B) is unknown color: approx Grey Suit. HEX triplet: 95, 91 and 9B. RGB value is (149,145,155). Sum of RGB (Red+Green+Blue) = 149+145+155=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 155 - color contains mainly: blue. Hex color #95919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95919B is #6A6E64. Grayscale: #939393. Windows color (decimal): -6975077 or 10195349. OLE color: 10195349.

HSL color Cylindrical-coordinate representation of color #95919B: hue angle of 264º degrees, saturation: 0.05, 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 #95919B is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149145155-
CMYK0.040.0600.39
HSL264º4.76%58.82%-
HSV(B)264º6.45%60.78%-
XYZ28.4429.0135.11-
YUV147.34132.33129.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=33.18%
G=32.29%
B=34.52%

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
Decimal1491451550.040.0600.392644.7658.82
Hex95919B4602710853b
Octal22522123346047410573
Binary1001010110010001100110111001100100111100001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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