Html Css Color HEX #85878B Aluminium

📋 copy color: '#85878B'

red 133 ◦ green 135 ◦ blue 139

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

Shades of Aluminium #85878B

Tints of Aluminium #85878B

RGB

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

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

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

R = 32.68%
G = 33.17%
B = 34.15%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85878B (or 0x85878B) is known color: Aluminium. HEX triplet: 85, 87 and 8B. RGB value is (133,135,139). Sum of RGB (Red+Green+Blue) = 133+135+139=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #85878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85878B is #7A7874. Grayscale: #868686. Windows color (decimal): -8026229 or 9144197. OLE color: 9144197.

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

Color convert

RGB 133 135 139 -
CMYK 0.04 0.03 0 0.45
HSL 220º 0.03% 0.53% -
HSV(B) 220º 0.04% 0.55% -
XYZ 23 24.18 27.88 -
YUV 134.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 133 135 139 0.04 0.03 0 0.45 220 0.03 0.53
Hex 85 87 8B 4 3 0 2D DC 3 35
Octal 205 207 213 4 3 0 55 334 3 65
Binary 10000101 10000111 10001011 100 11 0 101101 11011100 11 110101

Color Harmonies of #85878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85878B

Black with #85878B

Text Example


Text Example

White with #85878B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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