#898482

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

Shades of Suva Grey #898482

Tints of Suva Grey #898482

Color information

#898482 (or 0x898482) is unknown color: approx Suva Grey. HEX triplet: 89, 84 and 82. RGB value is (137,132,130). Sum of RGB (Red+Green+Blue) = 137+132+130=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 137 - color contains mainly: red. Hex color #898482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898482 is #767B7D. Grayscale: #858585. Windows color (decimal): -7764862 or 8553609. OLE color: 8553609.

HSL color Cylindrical-coordinate representation of color #898482: hue angle of 17.14º 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 #898482 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB137132130-
CMYK00.040.050.46
HSL17.14º2.88%52.35%-
HSV(B)17.14º5.11%53.73%-
XYZ22.623.4324.45-
YUV133.27126.16130.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=34.34%
G=33.08%
B=32.58%

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
Decimal13713213000.040.050.4617.142.8852.35
Hex8984820452E11334
Octal2112042020455621364
Binary10001001100001001000001001001011011101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898482; }

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

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

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

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

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

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

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

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