#889295

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

Shades of Aluminium #889295

Tints of Aluminium #889295

Color information

#889295 (or 0x889295) is unknown color: approx Aluminium. HEX triplet: 88, 92 and 95. RGB value is (136,146,149). Sum of RGB (Red+Green+Blue) = 136+146+149=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: blue. Hex color #889295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889295 is #776D6A. Grayscale: #8F8F8F. Windows color (decimal): -7826795 or 9802376. OLE color: 9802376.

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

Color convert

RGB136146149-
CMYK0.090.0200.42
HSL193.85º5.78%55.88%-
HSV(B)193.85º8.72%58.43%-
XYZ25.8627.9632.47-
YUV143.35131.19122.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.55%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=31.55%
G=33.87%
B=34.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361461490.090.0200.42193.855.7855.88
Hex8892959202Ac2638
Octal210222225112052302670
Binary100010001001001010010101100110010101011000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889295; }

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

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

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

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

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

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

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

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