#85798C

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

Shades of Topaz #85798C

Tints of Topaz #85798C

Color information

#85798C (or 0x85798C) is unknown color: approx Topaz. HEX triplet: 85, 79 and 8C. RGB value is (133,121,140). Sum of RGB (Red+Green+Blue) = 133+121+140=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 140 - color contains mainly: blue. Hex color #85798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85798C is #7A8673. Grayscale: #7E7E7E. Windows color (decimal): -8029812 or 9206149. OLE color: 9206149.

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

Color convert

RGB133121140-
CMYK0.050.1400.45
HSL277.89º7.63%51.18%-
HSV(B)277.89º13.57%54.9%-
XYZ21.2420.5527.66-
YUV126.75135.48132.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=33.76%
G=30.71%
B=35.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331211400.050.1400.45277.897.6351.18
Hex85798C5E02D116833
Octal2051712145160554261063
Binary10000101111100110001100101111001011011000101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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