#908989

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

Shades of Suva Grey #908989

Tints of Suva Grey #908989

Color information

#908989 (or 0x908989) is unknown color: approx Suva Grey. HEX triplet: 90, 89 and 89. RGB value is (144,137,137). Sum of RGB (Red+Green+Blue) = 144+137+137=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 144 - color contains mainly: red. Hex color #908989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908989 is #6F7676. Grayscale: #8B8B8B. Windows color (decimal): -7304823 or 9013648. OLE color: 9013648.

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

Color convert

RGB144137137-
CMYK00.050.050.44
HSL3.06%55.1%-
HSV(B)4.86%56.47%-
XYZ24.9625.6327.3-
YUV139.09126.82131.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=34.45%
G=32.78%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413713700.050.050.4403.0655.1
Hex9089890552C0337
Octal220211211055540367
Binary1001000010001001100010010101101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908989; }

 p { color: rgb(144,137,137); }

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

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

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

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

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

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

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