#85848A

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

Shades of Topaz #85848A

Tints of Topaz #85848A

Color information

#85848A (or 0x85848A) is unknown color: approx Topaz. HEX triplet: 85, 84 and 8A. RGB value is (133,132,138). Sum of RGB (Red+Green+Blue) = 133+132+138=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 138 - color contains mainly: blue. Hex color #85848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85848A is #7A7B75. Grayscale: #848484. Windows color (decimal): -8026998 or 9077893. OLE color: 9077893.

HSL color Cylindrical-coordinate representation of color #85848A: hue angle of 250º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #85848A is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB133132138-
CMYK0.040.0400.46
HSL250º2.5%52.94%-
HSV(B)250º4.35%54.12%-
XYZ22.5123.3227.36-
YUV132.98130.83128.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=33.00%
G=32.75%
B=34.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331321380.040.0400.462502.552.94
Hex85848A4402Efa235
Octal20520421244056372265
Binary10000101100001001000101010010001011101111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85848A; }

 p { color: rgb(133,132,138); }

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

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

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

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

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

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

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