#908584

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

Shades of Suva Grey #908584

Tints of Suva Grey #908584

Color information

#908584 (or 0x908584) is unknown color: approx Suva Grey. HEX triplet: 90, 85 and 84. RGB value is (144,133,132). Sum of RGB (Red+Green+Blue) = 144+133+132=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908584 is #6F7A7B. Grayscale: #888888. Windows color (decimal): -7305852 or 8684944. OLE color: 8684944.

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

Color convert

RGB144133132-
CMYK00.080.080.44
HSL5.13%54.12%-
HSV(B)8.33%56.47%-
XYZ24.0524.3725.27-
YUV136.17125.64133.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=35.21%
G=32.52%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413313200.080.080.4455.1354.12
Hex9085840882C5536
Octal22020520401010545566
Binary100100001000010110000100010001000101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908584; }

 p { color: rgb(144,133,132); }

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

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

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

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

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

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

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