Html Css Color HEX #889096 Aluminium

📋 copy color: '#889096'

red 136 ◦ green 144 ◦ blue 150

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

Shades of Aluminium #889096

Tints of Aluminium #889096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.88%

R = 31.63%
G = 33.49%
B = 34.88%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#889096 (or 0x889096) is known color: Aluminium. HEX triplet: 88, 90 and 96. RGB value is (136,144,150). Sum of RGB (Red+Green+Blue) = 136+144+150=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 150 - color contains mainly: blue. Hex color #889096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889096 is #776F69. Grayscale: #8E8E8E. Windows color (decimal): -7827306 or 9867400. OLE color: 9867400.

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

Color convert

RGB 136 144 150 -
CMYK 0.09 0.04 0 0.41
HSL 205.71º 0.06% 0.56% -
HSV(B) 205.71º 0.09% 0.59% -
XYZ 25.63 27.38 32.79 -
YUV 142.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 136 144 150 0.09 0.04 0 0.41 205.71 0.06 0.56
Hex 88 90 96 9 4 0 29 CE 6 38
Octal 210 220 226 11 4 0 51 316 6 70
Binary 10001000 10010000 10010110 1001 100 0 101001 11001110 110 111000

Color Harmonies of #889096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889096

Black with #889096

Text Example


Text Example

White with #889096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889096; }

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

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

background-color css

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

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

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

border-color css

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

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

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