#889094

Color #889094 Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #889094

Tints of Aluminium #889094

Color information

#889094 (or 0x889094) is unknown color: approx Aluminium. HEX triplet: 88, 90 and 94. RGB value is (136,144,148). Sum of RGB (Red+Green+Blue) = 136+144+148=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #889094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889094 is #776F6B. Grayscale: #8E8E8E. Windows color (decimal): -7827308 or 9736328. OLE color: 9736328.

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

Color convert

RGB136144148-
CMYK0.080.0300.42
HSL200º5.31%55.69%-
HSV(B)200º8.11%58.04%-
XYZ25.4727.3231.95-
YUV142.06131.35123.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=31.78%
G=33.64%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361441480.080.0300.422005.3155.69
Hex8890948302Ac8538
Octal210220224103052310570
Binary100010001001000010010100100011010101011001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889094; }

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

 H1.HeaderClassName
 {
   color: #889094;
 }
 .AnyTagClassName
 {
   color: #889094;
 }
</style>
background-color css

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

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

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

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

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

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