Html Css Color HEX #898483 Suva Grey

📋 copy color: '#898483'

red 137 ◦ green 132 ◦ blue 131

#898483
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Suva Grey #898483

Tints of Suva Grey #898483

RGB

 RED value IS 137 (53.91% from 255) = 34.25%

 GREEN value IS 132 (51.95% from 255) = 33%

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 34.25%
G = 33%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#898483 (or 0x898483) is known color: Suva Grey. HEX triplet: 89, 84 and 83. RGB value is (137,132,131). Sum of RGB (Red+Green+Blue) = 137+132+131=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 137 - color contains mainly: red. Hex color #898483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898483 is #767B7C. Grayscale: #858585. Windows color (decimal): -7764861 or 8619145. OLE color: 8619145.

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

Color convert

RGB 137 132 131 -
CMYK 0 0.04 0.04 0.46
HSL 10º 0.02% 0.53% -
HSV(B) 10º 0.04% 0.54% -
XYZ 22.66 23.46 24.81 -
YUV 133.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 137 132 131 0 0.04 0.04 0.46 10 0.02 0.53
Hex 89 84 83 0 4 4 2E A 2 35
Octal 211 204 203 0 4 4 56 12 2 65
Binary 10001001 10000100 10000011 0 100 100 101110 1010 10 110101

Color Harmonies of #898483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898483

Black with #898483

Text Example


Text Example

White with #898483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898483; }

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

 H1.HeaderClassName
 {
   color: #898483;
 }
 .AnyTagClassName
 {
   color: #898483;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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