Html Css Color HEX #889298 Aluminium

📋 copy color: '#889298'

red 136 ◦ green 146 ◦ blue 152

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

Shades of Aluminium #889298

Tints of Aluminium #889298

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 value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#889298 (or 0x889298) is known color: 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

RGB 136 146 152 -
CMYK 0.11 0.04 0 0.40
HSL 202.5º 0.07% 0.56% -
HSV(B) 202.5º 0.11% 0.6% -
XYZ 26.1 28.06 33.75 -
YUV 143.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 136 146 152 0.11 0.04 0 0.40 202.5 0.07 0.56
Hex 88 92 98 B 4 0 28 CA 7 38
Octal 210 222 230 13 4 0 50 312 7 70
Binary 10001000 10010010 10011000 1011 100 0 101000 11001010 111 111000

Color Harmonies of #889298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889298

Black with #889298

Text Example


Text Example

White with #889298

Text Example


Text Example

HTML Codes & Css Web 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>