#85828C

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

Shades of Topaz #85828C

Tints of Topaz #85828C

Color information

#85828C (or 0x85828C) is unknown color: approx Topaz. HEX triplet: 85, 82 and 8C. RGB value is (133,130,140). Sum of RGB (Red+Green+Blue) = 133+130+140=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 140 - color contains mainly: blue. Hex color #85828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85828C is #7A7D73. Grayscale: #848484. Windows color (decimal): -8027508 or 9208453. OLE color: 9208453.

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

Color convert

RGB133130140-
CMYK0.050.0700.45
HSL258º4.17%52.94%-
HSV(B)258º7.14%54.9%-
XYZ22.3922.8528.04-
YUV132.04132.49128.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=33.00%
G=32.26%
B=34.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331301400.050.0700.452584.1752.94
Hex85828C5702D102435
Octal20520221457055402465
Binary1000010110000010100011001011110101101100000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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