Html Css Color HEX #899198 Aluminium

📋 copy color: '#899198'

red 137 ◦ green 145 ◦ blue 152

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

Shades of Aluminium #899198

Tints of Aluminium #899198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.41%

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 31.57%
G = 33.41%
B = 35.02%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#899198 (or 0x899198) is known color: Aluminium. HEX triplet: 89, 91 and 98. RGB value is (137,145,152). Sum of RGB (Red+Green+Blue) = 137+145+152=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 152 - color contains mainly: blue. Hex color #899198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899198 is #766E67. Grayscale: #8F8F8F. Windows color (decimal): -7761512 or 9998729. OLE color: 9998729.

HSL color Cylindrical-coordinate representation of color #899198: hue angle of 208º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899198 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 145 152 -
CMYK 0.10 0.05 0 0.40
HSL 208º 0.07% 0.57% -
HSV(B) 208º 0.1% 0.6% -
XYZ 26.11 27.84 33.7 -
YUV 143.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 137 145 152 0.10 0.05 0 0.40 208 0.07 0.57
Hex 89 91 98 A 5 0 28 D0 7 39
Octal 211 221 230 12 5 0 50 320 7 71
Binary 10001001 10010001 10011000 1010 101 0 101000 11010000 111 111001

Color Harmonies of #899198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899198

Black with #899198

Text Example


Text Example

White with #899198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899198; }

 p { color: rgb(137,145,152); }

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

background-color css

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

 a { background-color: rgb(137,145,152); }

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

border-color css

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

 span { border-color: rgb(137,145,152); }

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