#85828D

Color #85828D Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #85828D

Tints of Topaz #85828D

Color information

#85828D (or 0x85828D) is unknown color: approx Topaz. HEX triplet: 85, 82 and 8D. RGB value is (133,130,141). Sum of RGB (Red+Green+Blue) = 133+130+141=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 141 - color contains mainly: blue. Hex color #85828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85828D is #7A7D72. Grayscale: #848484. Windows color (decimal): -8027507 or 9273989. OLE color: 9273989.

HSL color Cylindrical-coordinate representation of color #85828D: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85828D is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133130141-
CMYK0.060.0800.45
HSL256.36º4.6%53.14%-
HSV(B)256.36º7.8%55.29%-
XYZ22.4622.8728.43-
YUV132.15132.99128.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=32.92%
G=32.18%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331301410.060.0800.45256.364.653.14
Hex85828D6802D100535
Octal205202215610055400565
Binary10000101100000101000110111010000101101100000000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85828D; }

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

 H1.HeaderClassName
 {
   color: #85828D;
 }
 .AnyTagClassName
 {
   color: #85828D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #85828D;
 }
 .BgClassName
 {
   background-color: #85828D;
 }
</style>
border-color css

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

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

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