#959090

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

Shades of Suva Grey #959090

Tints of Suva Grey #959090

Color information

#959090 (or 0x959090) is unknown color: approx Suva Grey. HEX triplet: 95, 90 and 90. RGB value is (149,144,144). Sum of RGB (Red+Green+Blue) = 149+144+144=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 149 - color contains mainly: red. Hex color #959090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959090 is #6A6F6F. Grayscale: #919191. Windows color (decimal): -6975344 or 9474197. OLE color: 9474197.

HSL color Cylindrical-coordinate representation of color #959090: 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 #959090 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149144144-
CMYK00.030.030.42
HSL2.3%57.45%-
HSV(B)3.36%58.43%-
XYZ27.428.3530.41-
YUV145.49127.16130.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=34.10%
G=32.95%
B=32.95%

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
Decimal14914414400.030.030.4202.357.45
Hex9590900332A0239
Octal225220220033520271
Binary10010101100100001001000001111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959090; }

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

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

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

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

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

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

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

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