Html Css Color HEX #858484 Grey

📋 copy color: '#858484'

red 133 ◦ green 132 ◦ blue 132

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

Shades of Grey #858484

Tints of Grey #858484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 33.5%
G = 33.25%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#858484 (or 0x858484) is known color: Grey. HEX triplet: 85, 84 and 84. RGB value is (133,132,132). Sum of RGB (Red+Green+Blue) = 133+132+132=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 133 - color contains mainly: red. Hex color #858484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858484 is #7A7B7B. Grayscale: #848484. Windows color (decimal): -8027004 or 8684677. OLE color: 8684677.

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

Color convert

RGB 133 132 132 -
CMYK 0 0.01 0.01 0.48
HSL 0% 0.52% -
HSV(B) 0.01% 0.52% -
XYZ 22.09 23.16 25.13 -
YUV 132.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 133 132 132 0 0.01 0.01 0.48 0 0 0.52
Hex 85 84 84 0 1 1 30 0 0 34
Octal 205 204 204 0 1 1 60 0 0 64
Binary 10000101 10000100 10000100 0 1 1 110000 0 0 110100

Color Harmonies of #858484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858484

Black with #858484

Text Example


Text Example

White with #858484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858484; }

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

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

background-color css

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

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

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

border-color css

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

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

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