#989090

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

Shades of Suva Grey #989090

Tints of Suva Grey #989090

Color information

#989090 (or 0x989090) is unknown color: approx Suva Grey. HEX triplet: 98, 90 and 90. RGB value is (152,144,144). Sum of RGB (Red+Green+Blue) = 152+144+144=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #989090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989090 is #676F6F. Grayscale: #929292. Windows color (decimal): -6778736 or 9474200. OLE color: 9474200.

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

Color convert

RGB152144144-
CMYK00.050.050.40
HSL3.74%58.04%-
HSV(B)5.26%59.61%-
XYZ27.9628.6430.44-
YUV146.39126.65132-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=34.55%
G=32.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214414400.050.050.4003.7458.04
Hex98909005528043a
Octal230220220055500472
Binary10011000100100001001000001011011010000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989090; }

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

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

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

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

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

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

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

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