Html Css Color HEX #889094 Aluminium

📋 copy color: '#889094'

red 136 ◦ green 144 ◦ blue 148

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

Shades of Aluminium #889094

Tints of Aluminium #889094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.64%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 31.78%
G = 33.64%
B = 34.58%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#889094 (or 0x889094) is known color: Aluminium. HEX triplet: 88, 90 and 94. RGB value is (136,144,148). Sum of RGB (Red+Green+Blue) = 136+144+148=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #889094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889094 is #776F6B. Grayscale: #8E8E8E. Windows color (decimal): -7827308 or 9736328. OLE color: 9736328.

HSL color Cylindrical-coordinate representation of color #889094: hue angle of 200º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #889094 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 144 148 -
CMYK 0.08 0.03 0 0.42
HSL 200º 0.05% 0.56% -
HSV(B) 200º 0.08% 0.58% -
XYZ 25.47 27.32 31.95 -
YUV 142.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 136 144 148 0.08 0.03 0 0.42 200 0.05 0.56
Hex 88 90 94 8 3 0 2A C8 5 38
Octal 210 220 224 10 3 0 52 310 5 70
Binary 10001000 10010000 10010100 1000 11 0 101010 11001000 101 111000

Color Harmonies of #889094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889094

Black with #889094

Text Example


Text Example

White with #889094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889094; }

 p { color: rgb(136,144,148); }

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

background-color css

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

 a { background-color: rgb(136,144,148); }

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

border-color css

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

 span { border-color: rgb(136,144,148); }

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