Html Css Color HEX #888E90 Aluminium

📋 copy color: '#888E90'

red 136 ◦ green 142 ◦ blue 144

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

Shades of Aluminium #888E90

Tints of Aluminium #888E90

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 32.23%
G = 33.65%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#888E90 (or 0x888E90) is known color: Aluminium. HEX triplet: 88, 8E and 90. RGB value is (136,142,144). Sum of RGB (Red+Green+Blue) = 136+142+144=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 144 - color contains mainly: blue. Hex color #888E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E90 is #77716F. Grayscale: #8C8C8C. Windows color (decimal): -7827824 or 9473672. OLE color: 9473672.

HSL color Cylindrical-coordinate representation of color #888E90: hue angle of 195º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #888E90 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 142 144 -
CMYK 0.06 0.01 0 0.44
HSL 195º 0.03% 0.55% -
HSV(B) 195º 0.06% 0.56% -
XYZ 24.86 26.59 30.21 -
YUV 140.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 136 142 144 0.06 0.01 0 0.44 195 0.03 0.55
Hex 88 8E 90 6 1 0 2C C3 3 37
Octal 210 216 220 6 1 0 54 303 3 67
Binary 10001000 10001110 10010000 110 1 0 101100 11000011 11 110111

Color Harmonies of #888E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E90

Black with #888E90

Text Example


Text Example

White with #888E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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