Html Css Color HEX #889095 Aluminium

📋 copy color: '#889095'

red 136 ◦ green 144 ◦ blue 149

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

Shades of Aluminium #889095

Tints of Aluminium #889095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

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

R = 31.7%
G = 33.57%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#889095 (or 0x889095) is known color: Aluminium. HEX triplet: 88, 90 and 95. RGB value is (136,144,149). Sum of RGB (Red+Green+Blue) = 136+144+149=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 149 - color contains mainly: blue. Hex color #889095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889095 is #776F6A. Grayscale: #8E8E8E. Windows color (decimal): -7827307 or 9801864. OLE color: 9801864.

HSL color Cylindrical-coordinate representation of color #889095: hue angle of 203.08º 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 #889095 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 144 149 -
CMYK 0.09 0.03 0 0.42
HSL 203.08º 0.06% 0.56% -
HSV(B) 203.08º 0.09% 0.58% -
XYZ 25.55 27.35 32.37 -
YUV 142.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 136 144 149 0.09 0.03 0 0.42 203.08 0.06 0.56
Hex 88 90 95 9 3 0 2A CB 6 38
Octal 210 220 225 11 3 0 52 313 6 70
Binary 10001000 10010000 10010101 1001 11 0 101010 11001011 110 111000

Color Harmonies of #889095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889095

Black with #889095

Text Example


Text Example

White with #889095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889095; }

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

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

background-color css

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

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

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

border-color css

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

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

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