#898382

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

Shades of Suva Grey #898382

Tints of Suva Grey #898382

Color information

#898382 (or 0x898382) is unknown color: approx Suva Grey. HEX triplet: 89, 83 and 82. RGB value is (137,131,130). Sum of RGB (Red+Green+Blue) = 137+131+130=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #898382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898382 is #767C7D. Grayscale: #848484. Windows color (decimal): -7765118 or 8553353. OLE color: 8553353.

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

Color convert

RGB137131130-
CMYK00.040.050.46
HSL8.57º2.88%52.35%-
HSV(B)8.57º5.11%53.73%-
XYZ22.4623.1624.41-
YUV132.68126.49131.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.42%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=34.42%
G=32.91%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713113000.040.050.468.572.8852.35
Hex8983820452E9334
Octal2112032020455611364
Binary1000100110000011100000100100101101110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898382; }

 p { color: rgb(137,131,130); }

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

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

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

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

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

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

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