Html Css Color HEX #889295 Aluminium

📋 copy color: '#889295'

red 136 ◦ green 146 ◦ blue 149

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

Shades of Aluminium #889295

Tints of Aluminium #889295

RGB

 RED value IS 136 (53.52% from 255) = 31.55%

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

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 31.55%
G = 33.87%
B = 34.57%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#889295 (or 0x889295) is known color: Aluminium. HEX triplet: 88, 92 and 95. RGB value is (136,146,149). Sum of RGB (Red+Green+Blue) = 136+146+149=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: blue. Hex color #889295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889295 is #776D6A. Grayscale: #8F8F8F. Windows color (decimal): -7826795 or 9802376. OLE color: 9802376.

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

Color convert

RGB 136 146 149 -
CMYK 0.09 0.02 0 0.42
HSL 193.85º 0.06% 0.56% -
HSV(B) 193.85º 0.09% 0.58% -
XYZ 25.86 27.96 32.47 -
YUV 143.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 136 146 149 0.09 0.02 0 0.42 193.85 0.06 0.56
Hex 88 92 95 9 2 0 2A C2 6 38
Octal 210 222 225 11 2 0 52 302 6 70
Binary 10001000 10010010 10010101 1001 10 0 101010 11000010 110 111000

Color Harmonies of #889295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889295

Black with #889295

Text Example


Text Example

White with #889295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889295; }

 p { color: rgb(136,146,149); }

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

background-color css

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

 a { background-color: rgb(136,146,149); }

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

border-color css

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

 span { border-color: rgb(136,146,149); }

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