#958D89

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

Shades of Suva Grey #958D89

Tints of Suva Grey #958D89

Color information

#958D89 (or 0x958D89) is unknown color: approx Suva Grey. HEX triplet: 95, 8D and 89. RGB value is (149,141,137). Sum of RGB (Red+Green+Blue) = 149+141+137=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 149 - color contains mainly: red. Hex color #958D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D89 is #6A7276. Grayscale: #8E8E8E. Windows color (decimal): -6976119 or 9014677. OLE color: 9014677.

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

Color convert

RGB149141137-
CMYK00.050.080.42
HSL20º5.36%56.08%-
HSV(B)20º8.05%58.43%-
XYZ26.4327.2527.53-
YUV142.94124.65132.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=34.89%
G=33.02%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914113700.050.080.42205.3656.08
Hex958D890582A14538
Octal22521521105105224570
Binary1001010110001101100010010101100010101010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958D89; }

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

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

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

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

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

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

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

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