#85758E

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

Shades of Topaz #85758E

Tints of Topaz #85758E

Color information

#85758E (or 0x85758E) is unknown color: approx Topaz. HEX triplet: 85, 75 and 8E. RGB value is (133,117,142). Sum of RGB (Red+Green+Blue) = 133+117+142=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #85758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85758E is #7A8A71. Grayscale: #7C7C7C. Windows color (decimal): -8030834 or 9336197. OLE color: 9336197.

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

Color convert

RGB133117142-
CMYK0.060.1800.44
HSL278.4º9.96%50.78%-
HSV(B)278.4º17.61%55.69%-
XYZ20.9219.6628.28-
YUV124.63137.8133.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=33.93%
G=29.85%
B=36.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331171420.060.1800.44278.49.9650.78
Hex85758E61202C116a33
Octal2051652166220544261263
Binary100001011110101100011101101001001011001000101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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