#959595

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

Shades of Nobel #959595

Tints of Nobel #959595

Color information

#959595 (or 0x959595) is unknown color: approx Nobel. HEX triplet: 95, 95 and 95. RGB value is (149,149,149). Sum of RGB (Red+Green+Blue) = 149+149+149=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 149 - color contains mainly: red, green, blue. Hex color #959595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959595 is #6A6A6A. Grayscale: #959595. Windows color (decimal): -6974059 or 9803157. OLE color: 9803157.

HSL color Cylindrical-coordinate representation of color #959595: hue angle of 0º degrees, saturation: 0, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0%. Process color model (Four color, CMYK) of #959595 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB149149149-
CMYK0000.42
HSL0%58.43%-
HSV(B)0%58.43%-
XYZ28.5730.0532.73-
YUV149128128-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491491490000.420058.43
Hex9595950002A003a
Octal225225225000520072
Binary10010101100101011001010100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959595; }

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

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

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

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

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

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

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

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