Html Css Color HEX #858386 Topaz

📋 copy color: '#858386'

red 133 ◦ green 131 ◦ blue 134

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

Shades of Topaz #858386

Tints of Topaz #858386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 33.42%
G = 32.91%
B = 33.67%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#858386 (or 0x858386) is known color: Topaz. HEX triplet: 85, 83 and 86. RGB value is (133,131,134). Sum of RGB (Red+Green+Blue) = 133+131+134=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 134 - color contains mainly: blue. Hex color #858386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858386 is #7A7C79. Grayscale: #838383. Windows color (decimal): -8027258 or 8815493. OLE color: 8815493.

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

Color convert

RGB 133 131 134 -
CMYK 0.01 0.02 0 0.47
HSL 280º 0.01% 0.52% -
HSV(B) 280º 0.02% 0.53% -
XYZ 22.09 22.94 25.82 -
YUV 131.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 133 131 134 0.01 0.02 0 0.47 280 0.01 0.52
Hex 85 83 86 1 2 0 2F 118 1 34
Octal 205 203 206 1 2 0 57 430 1 64
Binary 10000101 10000011 10000110 1 10 0 101111 100011000 1 110100

Color Harmonies of #858386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858386

Black with #858386

Text Example


Text Example

White with #858386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858386; }

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

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

background-color css

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

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

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

border-color css

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

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

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