#889298

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

Shades of Aluminium #889298

Tints of Aluminium #889298

Color information

#889298 (or 0x889298) is unknown color: approx Aluminium. HEX triplet: 88, 92 and 98. RGB value is (136,146,152). Sum of RGB (Red+Green+Blue) = 136+146+152=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 152 - color contains mainly: blue. Hex color #889298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889298 is #776D67. Grayscale: #8F8F8F. Windows color (decimal): -7826792 or 9998984. OLE color: 9998984.

HSL color Cylindrical-coordinate representation of color #889298: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889298 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB136146152-
CMYK0.110.0400.40
HSL202.5º7.21%56.47%-
HSV(B)202.5º10.53%59.61%-
XYZ26.128.0633.75-
YUV143.69132.69122.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=31.34%
G=33.64%
B=35.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361461520.110.0400.40202.57.2156.47
Hex889298B4028ca738
Octal210222230134050312770
Binary1000100010010010100110001011100010100011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889298; }

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

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

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

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

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

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

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

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