#889195

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

Shades of Aluminium #889195

Tints of Aluminium #889195

Color information

#889195 (or 0x889195) is unknown color: approx Aluminium. HEX triplet: 88, 91 and 95. RGB value is (136,145,149). Sum of RGB (Red+Green+Blue) = 136+145+149=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #889195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889195 is #776E6A. Grayscale: #8E8E8E. Windows color (decimal): -7827051 or 9802120. OLE color: 9802120.

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

Color convert

RGB136145149-
CMYK0.090.0300.42
HSL198.46º5.78%55.88%-
HSV(B)198.46º8.72%58.43%-
XYZ25.727.6532.42-
YUV142.76131.52123.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=31.63%
G=33.72%
B=34.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361451490.090.0300.42198.465.7855.88
Hex8891959302Ac6638
Octal210221225113052306670
Binary100010001001000110010101100111010101011000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889195; }

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

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

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

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

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

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

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

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