Html Css Color HEX #838485 Aluminium

📋 copy color: '#838485'

red 131 ◦ green 132 ◦ blue 133

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

Shades of Aluminium #838485

Tints of Aluminium #838485

RGB

 RED value IS 131 (51.56% from 255) = 33.08%

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 133 (52.34% from 255) = 33.59%

R = 33.08%
G = 33.33%
B = 33.59%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#838485 (or 0x838485) is known color: Aluminium. HEX triplet: 83, 84 and 85. RGB value is (131,132,133). Sum of RGB (Red+Green+Blue) = 131+132+133=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 133 - color contains mainly: blue. Hex color #838485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838485 is #7C7B7A. Grayscale: #838383. Windows color (decimal): -8158075 or 8750211. OLE color: 8750211.

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

Color convert

RGB 131 132 133 -
CMYK 0.02 0.01 0 0.48
HSL 210º 0.01% 0.52% -
HSV(B) 210º 0.02% 0.52% -
XYZ 21.84 23.02 25.48 -
YUV 131.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 131 132 133 0.02 0.01 0 0.48 210 0.01 0.52
Hex 83 84 85 2 1 0 30 D2 1 34
Octal 203 204 205 2 1 0 60 322 1 64
Binary 10000011 10000100 10000101 10 1 0 110000 11010010 1 110100

Color Harmonies of #838485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838485

Black with #838485

Text Example


Text Example

White with #838485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838485; }

 p { color: rgb(131,132,133); }

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

background-color css

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

 a { background-color: rgb(131,132,133); }

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

border-color css

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

 span { border-color: rgb(131,132,133); }

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