Html Css Color HEX #828587 Aluminium

📋 copy color: '#828587'

red 130 ◦ green 133 ◦ blue 135

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

Shades of Aluminium #828587

Tints of Aluminium #828587

RGB

 RED value IS 130 (51.17% from 255) = 32.66%

 GREEN value IS 133 (52.34% from 255) = 33.42%

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

R = 32.66%
G = 33.42%
B = 33.92%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828587 (or 0x828587) is known color: Aluminium. HEX triplet: 82, 85 and 87. RGB value is (130,133,135). Sum of RGB (Red+Green+Blue) = 130+133+135=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 135 - color contains mainly: blue. Hex color #828587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828587 is #7D7A78. Grayscale: #848484. Windows color (decimal): -8223353 or 8881538. OLE color: 8881538.

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

Color convert

RGB 130 133 135 -
CMYK 0.04 0.01 0 0.47
HSL 204º 0.02% 0.52% -
HSV(B) 204º 0.04% 0.53% -
XYZ 21.97 23.27 26.26 -
YUV 132.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 130 133 135 0.04 0.01 0 0.47 204 0.02 0.52
Hex 82 85 87 4 1 0 2F CC 2 34
Octal 202 205 207 4 1 0 57 314 2 64
Binary 10000010 10000101 10000111 100 1 0 101111 11001100 10 110100

Color Harmonies of #828587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828587

Black with #828587

Text Example


Text Example

White with #828587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828587; }

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

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

background-color css

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

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

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

border-color css

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

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

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