Html Css Color HEX #899298 Aluminium

📋 copy color: '#899298'

red 137 ◦ green 146 ◦ blue 152

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

Shades of Aluminium #899298

Tints of Aluminium #899298

RGB

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

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

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

R = 31.49%
G = 33.56%
B = 34.94%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#899298 (or 0x899298) is known color: Aluminium. HEX triplet: 89, 92 and 98. RGB value is (137,146,152). Sum of RGB (Red+Green+Blue) = 137+146+152=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 152 - color contains mainly: blue. Hex color #899298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899298 is #766D67. Grayscale: #8F8F8F. Windows color (decimal): -7761256 or 9998985. OLE color: 9998985.

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

Color convert

RGB 137 146 152 -
CMYK 0.10 0.04 0 0.40
HSL 204º 0.07% 0.57% -
HSV(B) 204º 0.1% 0.6% -
XYZ 26.26 28.14 33.75 -
YUV 143.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 137 146 152 0.10 0.04 0 0.40 204 0.07 0.57
Hex 89 92 98 A 4 0 28 CC 7 39
Octal 211 222 230 12 4 0 50 314 7 71
Binary 10001001 10010010 10011000 1010 100 0 101000 11001100 111 111001

Color Harmonies of #899298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899298

Black with #899298

Text Example


Text Example

White with #899298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899298; }

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

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

background-color css

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

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

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

border-color css

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

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

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