#85758C

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

Shades of Topaz #85758C

Tints of Topaz #85758C

Color information

#85758C (or 0x85758C) is unknown color: approx Topaz. HEX triplet: 85, 75 and 8C. RGB value is (133,117,140). Sum of RGB (Red+Green+Blue) = 133+117+140=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #85758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85758C is #7A8A73. Grayscale: #7C7C7C. Windows color (decimal): -8030836 or 9205125. OLE color: 9205125.

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

Color convert

RGB133117140-
CMYK0.050.1600.45
HSL281.74º9.09%50.39%-
HSV(B)281.74º16.43%54.9%-
XYZ20.7719.627.5-
YUV124.41136.8134.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=34.10%
G=30%
B=35.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331171400.050.1600.45281.749.0950.39
Hex85758C51002D11a932
Octal2051652145200554321162
Binary100001011110101100011001011000001011011000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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