#959291

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

Shades of Suva Grey #959291

Tints of Suva Grey #959291

Color information

#959291 (or 0x959291) is unknown color: approx Suva Grey. HEX triplet: 95, 92 and 91. RGB value is (149,146,145). Sum of RGB (Red+Green+Blue) = 149+146+145=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 149 - color contains mainly: red. Hex color #959291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959291 is #6A6D6E. Grayscale: #929292. Windows color (decimal): -6974831 or 9540245. OLE color: 9540245.

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

Color convert

RGB149146145-
CMYK00.020.030.42
HSL15º1.85%57.65%-
HSV(B)15º2.68%58.43%-
XYZ27.7828.9930.92-
YUV146.78126.99129.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=33.86%
G=33.18%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914614500.020.030.42151.8557.65
Hex9592910232Af23a
Octal2252222210235217272
Binary10010101100100101001000101011101010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959291; }

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

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

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

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

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

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

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

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