Html Css Color HEX #858789 Aluminium

📋 copy color: '#858789'

red 133 ◦ green 135 ◦ blue 137

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

Shades of Aluminium #858789

Tints of Aluminium #858789

RGB

 RED value IS 133 (52.34% from 255) = 32.84%

 GREEN value IS 135 (53.13% from 255) = 33.33%

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

R = 32.84%
G = 33.33%
B = 33.83%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#858789 (or 0x858789) is known color: Aluminium. HEX triplet: 85, 87 and 89. RGB value is (133,135,137). Sum of RGB (Red+Green+Blue) = 133+135+137=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 137 - color contains mainly: blue. Hex color #858789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858789 is #7A7876. Grayscale: #868686. Windows color (decimal): -8026231 or 9013125. OLE color: 9013125.

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

Color convert

RGB 133 135 137 -
CMYK 0.03 0.01 0 0.46
HSL 210º 0.02% 0.53% -
HSV(B) 210º 0.03% 0.54% -
XYZ 22.85 24.12 27.12 -
YUV 134.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 133 135 137 0.03 0.01 0 0.46 210 0.02 0.53
Hex 85 87 89 3 1 0 2E D2 2 35
Octal 205 207 211 3 1 0 56 322 2 65
Binary 10000101 10000111 10001001 11 1 0 101110 11010010 10 110101

Color Harmonies of #858789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858789

Black with #858789

Text Example


Text Example

White with #858789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858789; }

 p { color: rgb(133,135,137); }

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

background-color css

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

 a { background-color: rgb(133,135,137); }

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

border-color css

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

 span { border-color: rgb(133,135,137); }

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