Html Css Color HEX #858788 Aluminium

📋 copy color: '#858788'

red 133 ◦ green 135 ◦ blue 136

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

Shades of Aluminium #858788

Tints of Aluminium #858788

RGB

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

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

 BLUE value IS 136 (53.52% 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.47

RGB Variations

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

Color information

#858788 (or 0x858788) is known color: Aluminium. HEX triplet: 85, 87 and 88. RGB value is (133,135,136). Sum of RGB (Red+Green+Blue) = 133+135+136=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 136 - color contains mainly: blue. Hex color #858788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858788 is #7A7877. Grayscale: #868686. Windows color (decimal): -8026232 or 8947589. OLE color: 8947589.

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

Color convert

RGB 133 135 136 -
CMYK 0.02 0.01 0 0.47
HSL 200º 0.01% 0.53% -
HSV(B) 200º 0.02% 0.53% -
XYZ 22.78 24.09 26.74 -
YUV 134.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 133 135 136 0.02 0.01 0 0.47 200 0.01 0.53
Hex 85 87 88 2 1 0 2F C8 1 35
Octal 205 207 210 2 1 0 57 310 1 65
Binary 10000101 10000111 10001000 10 1 0 101111 11001000 1 110101

Color Harmonies of #858788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858788

Black with #858788

Text Example


Text Example

White with #858788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858788; }

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

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

background-color css

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

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

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

border-color css

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

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

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