#958887

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

Shades of Suva Grey #958887

Tints of Suva Grey #958887

Color information

#958887 (or 0x958887) is unknown color: approx Suva Grey. HEX triplet: 95, 88 and 87. RGB value is (149,136,135). Sum of RGB (Red+Green+Blue) = 149+136+135=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 149 - color contains mainly: red. Hex color #958887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958887 is #6A7778. Grayscale: #8B8B8B. Windows color (decimal): -6977401 or 8882325. OLE color: 8882325.

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

Color convert

RGB149136135-
CMYK00.090.090.42
HSL4.29º6.19%55.69%-
HSV(B)4.29º9.4%58.43%-
XYZ25.5725.7526.54-
YUV139.77125.31134.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=35.48%
G=32.38%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913613500.090.090.424.296.1955.69
Hex9588870992A4638
Octal22521020701111524670
Binary100101011000100010000111010011001101010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958887; }

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

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

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

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

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

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

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

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