#958988

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

Shades of Suva Grey #958988

Tints of Suva Grey #958988

Color information

#958988 (or 0x958988) is unknown color: approx Suva Grey. HEX triplet: 95, 89 and 88. RGB value is (149,137,136). Sum of RGB (Red+Green+Blue) = 149+137+136=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #958988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958988 is #6A7677. Grayscale: #8C8C8C. Windows color (decimal): -6977144 or 8948117. OLE color: 8948117.

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

Color convert

RGB149137136-
CMYK00.080.090.42
HSL4.62º5.78%55.88%-
HSV(B)4.62º8.72%58.43%-
XYZ25.7826.0626.96-
YUV140.47125.48134.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=35.31%
G=32.46%
B=32.23%

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
Decimal14913713600.080.090.424.625.7855.88
Hex9589880892A5638
Octal22521121001011525670
Binary100101011000100110001000010001001101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958988; }

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

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

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

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

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

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

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

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