#959599

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

Shades of Grey Suit #959599

Tints of Grey Suit #959599

Color information

#959599 (or 0x959599) is unknown color: approx Grey Suit. HEX triplet: 95, 95 and 99. RGB value is (149,149,153). Sum of RGB (Red+Green+Blue) = 149+149+153=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 153 - color contains mainly: blue. Hex color #959599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959599 is #6A6A66. Grayscale: #959595. Windows color (decimal): -6974055 or 10065301. OLE color: 10065301.

HSL color Cylindrical-coordinate representation of color #959599: hue angle of 240º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959599 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149149153-
CMYK0.030.0300.4
HSL240º1.92%59.22%-
HSV(B)240º2.61%60%-
XYZ28.8930.1834.44-
YUV149.46130127.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=33.04%
G=33.04%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491491530.030.0300.42401.9259.22
Hex95959933028f023b
Octal22522523133050360273
Binary100101011001010110011001111101010001111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959599; }

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

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

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

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

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

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

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

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