Html Css Color HEX #858286 Topaz

📋 copy color: '#858286'

red 133 ◦ green 130 ◦ blue 134

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

Shades of Topaz #858286

Tints of Topaz #858286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 33.5%
G = 32.75%
B = 33.75%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#858286 (or 0x858286) is known color: Topaz. HEX triplet: 85, 82 and 86. RGB value is (133,130,134). Sum of RGB (Red+Green+Blue) = 133+130+134=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 134 - color contains mainly: blue. Hex color #858286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858286 is #7A7D79. Grayscale: #838383. Windows color (decimal): -8027514 or 8815237. OLE color: 8815237.

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

Color convert

RGB 133 130 134 -
CMYK 0.01 0.03 0 0.47
HSL 285º 0.02% 0.52% -
HSV(B) 285º 0.03% 0.53% -
XYZ 21.96 22.67 25.77 -
YUV 131.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 133 130 134 0.01 0.03 0 0.47 285 0.02 0.52
Hex 85 82 86 1 3 0 2F 11D 2 34
Octal 205 202 206 1 3 0 57 435 2 64
Binary 10000101 10000010 10000110 1 11 0 101111 100011101 10 110100

Color Harmonies of #858286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858286

Black with #858286

Text Example


Text Example

White with #858286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858286; }

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

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

background-color css

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

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

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

border-color css

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

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

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