#958987

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

Shades of Suva Grey #958987

Tints of Suva Grey #958987

Color information

#958987 (or 0x958987) is unknown color: approx Suva Grey. HEX triplet: 95, 89 and 87. RGB value is (149,137,135). Sum of RGB (Red+Green+Blue) = 149+137+135=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #958987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958987 is #6A7678. Grayscale: #8C8C8C. Windows color (decimal): -6977145 or 8882581. OLE color: 8882581.

HSL color Cylindrical-coordinate representation of color #958987: hue angle of 8.57º 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 #958987 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149137135-
CMYK00.080.090.42
HSL8.57º6.19%55.69%-
HSV(B)8.57º9.4%58.43%-
XYZ25.7126.0326.59-
YUV140.36124.98134.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=35.39%
G=32.54%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913713500.080.090.428.576.1955.69
Hex9589870892A9638
Octal225211207010115211670
Binary1001010110001001100001110100010011010101001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958987; }

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

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

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

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

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

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

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

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