Html Css Color HEX #899297 Aluminium

📋 copy color: '#899297'

red 137 ◦ green 146 ◦ blue 151

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

Shades of Aluminium #899297

Tints of Aluminium #899297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 31.57%
G = 33.64%
B = 34.79%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#899297 (or 0x899297) is known color: Aluminium. HEX triplet: 89, 92 and 97. RGB value is (137,146,151). Sum of RGB (Red+Green+Blue) = 137+146+151=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 151 - color contains mainly: blue. Hex color #899297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899297 is #766D68. Grayscale: #8F8F8F. Windows color (decimal): -7761257 or 9933449. OLE color: 9933449.

HSL color Cylindrical-coordinate representation of color #899297: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899297 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 146 151 -
CMYK 0.09 0.03 0 0.41
HSL 201.43º 0.06% 0.56% -
HSV(B) 201.43º 0.09% 0.59% -
XYZ 26.18 28.11 33.32 -
YUV 143.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 137 146 151 0.09 0.03 0 0.41 201.43 0.06 0.56
Hex 89 92 97 9 3 0 29 C9 6 38
Octal 211 222 227 11 3 0 51 311 6 70
Binary 10001001 10010010 10010111 1001 11 0 101001 11001001 110 111000

Color Harmonies of #899297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899297

Black with #899297

Text Example


Text Example

White with #899297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899297; }

 p { color: rgb(137,146,151); }

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

background-color css

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

 a { background-color: rgb(137,146,151); }

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

border-color css

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

 span { border-color: rgb(137,146,151); }

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