Html Css Color HEX #889299 Aluminium

📋 copy color: '#889299'

red 136 ◦ green 146 ◦ blue 153

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

Shades of Aluminium #889299

Tints of Aluminium #889299

RGB

 RED value IS 136 (53.52% from 255) = 31.26%

 GREEN value IS 146 (57.42% from 255) = 33.56%

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 31.26%
G = 33.56%
B = 35.17%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#889299 (or 0x889299) is known color: Aluminium. HEX triplet: 88, 92 and 99. RGB value is (136,146,153). Sum of RGB (Red+Green+Blue) = 136+146+153=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 153 - color contains mainly: blue. Hex color #889299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889299 is #776D66. Grayscale: #8F8F8F. Windows color (decimal): -7826791 or 10064520. OLE color: 10064520.

HSL color Cylindrical-coordinate representation of color #889299: hue angle of 204.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889299 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 136 146 153 -
CMYK 0.11 0.05 0 0.4
HSL 204.71º 0.08% 0.57% -
HSV(B) 204.71º 0.11% 0.6% -
XYZ 26.18 28.09 34.18 -
YUV 143.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 136 146 153 0.11 0.05 0 0.4 204.71 0.08 0.57
Hex 88 92 99 B 5 0 28 CD 8 39
Octal 210 222 231 13 5 0 50 315 10 71
Binary 10001000 10010010 10011001 1011 101 0 101000 11001101 1000 111001

Color Harmonies of #889299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889299

Black with #889299

Text Example


Text Example

White with #889299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889299; }

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

 H1.HeaderClassName
 {
   color: #889299;
 }
 .AnyTagClassName
 {
   color: #889299;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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