#958986

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

Shades of Suva Grey #958986

Tints of Suva Grey #958986

Color information

#958986 (or 0x958986) is unknown color: approx Suva Grey. HEX triplet: 95, 89 and 86. RGB value is (149,137,134). Sum of RGB (Red+Green+Blue) = 149+137+134=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958986 is #6A7679. Grayscale: #8C8C8C. Windows color (decimal): -6977146 or 8817045. OLE color: 8817045.

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

Color convert

RGB149137134-
CMYK00.080.100.42
HSL12º6.61%55.49%-
HSV(B)12º10.07%58.43%-
XYZ25.642626.22-
YUV140.25124.48134.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=35.48%
G=32.62%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913713400.080.100.42126.6155.49
Hex95898608A2Ac737
Octal225211206010125214767
Binary1001010110001001100001100100010101010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958986; }

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

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

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

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

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

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

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

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