Html Css Color HEX #88898B Aluminium

📋 copy color: '#88898B'

red 136 ◦ green 137 ◦ blue 139

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

Shades of Aluminium #88898B

Tints of Aluminium #88898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 33.01%
G = 33.25%
B = 33.74%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88898B (or 0x88898B) is known color: Aluminium. HEX triplet: 88, 89 and 8B. RGB value is (136,137,139). Sum of RGB (Red+Green+Blue) = 136+137+139=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 139 - color contains mainly: blue. Hex color #88898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88898B is #777674. Grayscale: #888888. Windows color (decimal): -7829109 or 9144712. OLE color: 9144712.

HSL color Cylindrical-coordinate representation of color #88898B: hue angle of 220º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #88898B is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 137 139 -
CMYK 0.02 0.01 0 0.45
HSL 220º 0.01% 0.54% -
HSV(B) 220º 0.02% 0.55% -
XYZ 23.76 24.99 28 -
YUV 136.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 136 137 139 0.02 0.01 0 0.45 220 0.01 0.54
Hex 88 89 8B 2 1 0 2D DC 1 36
Octal 210 211 213 2 1 0 55 334 1 66
Binary 10001000 10001001 10001011 10 1 0 101101 11011100 1 110110

Color Harmonies of #88898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88898B

Black with #88898B

Text Example


Text Example

White with #88898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88898B; }

 p { color: rgb(136,137,139); }

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

background-color css

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

 a { background-color: rgb(136,137,139); }

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

border-color css

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

 span { border-color: rgb(136,137,139); }

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