#85808E

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

Shades of Topaz #85808E

Tints of Topaz #85808E

Color information

#85808E (or 0x85808E) is unknown color: approx Topaz. HEX triplet: 85, 80 and 8E. RGB value is (133,128,142). Sum of RGB (Red+Green+Blue) = 133+128+142=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #85808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85808E is #7A7F71. Grayscale: #838383. Windows color (decimal): -8028018 or 9339013. OLE color: 9339013.

HSL color Cylindrical-coordinate representation of color #85808E: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85808E is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB133128142-
CMYK0.060.1000.44
HSL261.43º5.83%52.94%-
HSV(B)261.43º9.86%55.69%-
XYZ22.2722.3828.74-
YUV131.09134.16129.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=33.00%
G=31.76%
B=35.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331281420.060.1000.44261.435.8352.94
Hex85808E6A02C105635
Octal205200216612054405665
Binary10000101100000001000111011010100101100100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85808E; }

 p { color: rgb(133,128,142); }

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

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

 a { background-color: rgb(133,128,142); }

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

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

 span { border-color: rgb(133,128,142); }

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