Html Css Color HEX #858687 Aluminium

📋 copy color: '#858687'

red 133 ◦ green 134 ◦ blue 135

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

Shades of Aluminium #858687

Tints of Aluminium #858687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 33.08%
G = 33.33%
B = 33.58%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#858687 (or 0x858687) is known color: Aluminium. HEX triplet: 85, 86 and 87. RGB value is (133,134,135). Sum of RGB (Red+Green+Blue) = 133+134+135=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 135 - color contains mainly: blue. Hex color #858687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858687 is #7A7978. Grayscale: #858585. Windows color (decimal): -8026489 or 8881797. OLE color: 8881797.

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

Color convert

RGB 133 134 135 -
CMYK 0.01 0.01 0 0.47
HSL 210º 0.01% 0.53% -
HSV(B) 210º 0.01% 0.53% -
XYZ 22.57 23.79 26.32 -
YUV 133.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 133 134 135 0.01 0.01 0 0.47 210 0.01 0.53
Hex 85 86 87 1 1 0 2F D2 1 35
Octal 205 206 207 1 1 0 57 322 1 65
Binary 10000101 10000110 10000111 1 1 0 101111 11010010 1 110101

Color Harmonies of #858687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858687

Black with #858687

Text Example


Text Example

White with #858687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858687; }

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

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

background-color css

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

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

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

border-color css

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

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

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