Html Css Color HEX #889194 Aluminium

📋 copy color: '#889194'

red 136 ◦ green 145 ◦ blue 148

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

Shades of Aluminium #889194

Tints of Aluminium #889194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 31.7%
G = 33.8%
B = 34.5%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#889194 (or 0x889194) is known color: Aluminium. HEX triplet: 88, 91 and 94. RGB value is (136,145,148). Sum of RGB (Red+Green+Blue) = 136+145+148=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 148 - color contains mainly: blue. Hex color #889194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889194 is #776E6B. Grayscale: #8E8E8E. Windows color (decimal): -7827052 or 9736584. OLE color: 9736584.

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

Color convert

RGB 136 145 148 -
CMYK 0.08 0.02 0 0.42
HSL 195º 0.05% 0.56% -
HSV(B) 195º 0.08% 0.58% -
XYZ 25.62 27.62 32 -
YUV 142.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 136 145 148 0.08 0.02 0 0.42 195 0.05 0.56
Hex 88 91 94 8 2 0 2A C3 5 38
Octal 210 221 224 10 2 0 52 303 5 70
Binary 10001000 10010001 10010100 1000 10 0 101010 11000011 101 111000

Color Harmonies of #889194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889194

Black with #889194

Text Example


Text Example

White with #889194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889194; }

 p { color: rgb(136,145,148); }

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

background-color css

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

 a { background-color: rgb(136,145,148); }

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

border-color css

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

 span { border-color: rgb(136,145,148); }

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