Html Css Color HEX #868889 Aluminium

📋 copy color: '#868889'

red 134 ◦ green 136 ◦ blue 137

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

Shades of Aluminium #868889

Tints of Aluminium #868889

RGB

 RED value IS 134 (52.73% from 255) = 32.92%

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 32.92%
G = 33.42%
B = 33.66%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#868889 (or 0x868889) is known color: Aluminium. HEX triplet: 86, 88 and 89. RGB value is (134,136,137). Sum of RGB (Red+Green+Blue) = 134+136+137=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 137 - color contains mainly: blue. Hex color #868889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868889 is #797776. Grayscale: #878787. Windows color (decimal): -7960439 or 9013382. OLE color: 9013382.

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

Color convert

RGB 134 136 137 -
CMYK 0.02 0.01 0 0.46
HSL 200º 0.01% 0.53% -
HSV(B) 200º 0.02% 0.54% -
XYZ 23.15 24.48 27.17 -
YUV 135.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 134 136 137 0.02 0.01 0 0.46 200 0.01 0.53
Hex 86 88 89 2 1 0 2E C8 1 35
Octal 206 210 211 2 1 0 56 310 1 65
Binary 10000110 10001000 10001001 10 1 0 101110 11001000 1 110101

Color Harmonies of #868889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868889

Black with #868889

Text Example


Text Example

White with #868889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868889; }

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

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

background-color css

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

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

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

border-color css

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

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

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