#949090

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

Shades of Suva Grey #949090

Tints of Suva Grey #949090

Color information

#949090 (or 0x949090) is unknown color: approx Suva Grey. HEX triplet: 94, 90 and 90. RGB value is (148,144,144). Sum of RGB (Red+Green+Blue) = 148+144+144=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 148 - color contains mainly: red. Hex color #949090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949090 is #6B6F6F. Grayscale: #919191. Windows color (decimal): -7040880 or 9474196. OLE color: 9474196.

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

Color convert

RGB148144144-
CMYK00.030.030.42
HSL1.83%57.25%-
HSV(B)2.7%58.04%-
XYZ27.2228.2630.4-
YUV145.2127.33130-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 144 (56.64% from 255) = 33.03%
R=33.94%
G=33.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814414400.030.030.4201.8357.25
Hex9490900332A0239
Octal224220220033520271
Binary10010100100100001001000001111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949090; }

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

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

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

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

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

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

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

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