#959287

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

Shades of Nomad #959287

Tints of Nomad #959287

Color information

#959287 (or 0x959287) is unknown color: approx Nomad. HEX triplet: 95, 92 and 87. RGB value is (149,146,135). Sum of RGB (Red+Green+Blue) = 149+146+135=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 149 - color contains mainly: red. Hex color #959287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959287 is #6A6D78. Grayscale: #919191. Windows color (decimal): -6974841 or 8884885. OLE color: 8884885.

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

Color convert

RGB149146135-
CMYK00.020.090.42
HSL47.14º6.19%55.69%-
HSV(B)47.14º9.4%58.43%-
XYZ27.0528.727.04-
YUV145.64121.99130.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=34.65%
G=33.95%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914613500.020.090.4247.146.1955.69
Hex9592870292A2f638
Octal22522220702115257670
Binary1001010110010010100001110101001101010101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959287; }

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

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

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

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

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

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

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

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