Html Css Color HEX #858383 Grey

📋 copy color: '#858383'

red 133 ◦ green 131 ◦ blue 131

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

Shades of Grey #858383

Tints of Grey #858383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.16%

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 33.67%
G = 33.16%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#858383 (or 0x858383) is known color: Grey. HEX triplet: 85, 83 and 83. RGB value is (133,131,131). Sum of RGB (Red+Green+Blue) = 133+131+131=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 133 - color contains mainly: red. Hex color #858383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858383 is #7A7C7C. Grayscale: #838383. Windows color (decimal): -8027261 or 8618885. OLE color: 8618885.

HSL color Cylindrical-coordinate representation of color #858383: hue angle of 0º 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 #858383 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 131 131 -
CMYK 0 0.02 0.02 0.48
HSL 0.01% 0.52% -
HSV(B) 0.02% 0.52% -
XYZ 21.89 22.86 24.73 -
YUV 131.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 133 131 131 0 0.02 0.02 0.48 0 0.01 0.52
Hex 85 83 83 0 2 2 30 0 1 34
Octal 205 203 203 0 2 2 60 0 1 64
Binary 10000101 10000011 10000011 0 10 10 110000 0 1 110100

Color Harmonies of #858383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858383

Black with #858383

Text Example


Text Example

White with #858383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858383; }

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

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

background-color css

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

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

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

border-color css

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

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

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