#857392

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

Shades of Topaz #857392

Tints of Topaz #857392

Color information

#857392 (or 0x857392) is unknown color: approx Topaz. HEX triplet: 85, 73 and 92. RGB value is (133,115,146). Sum of RGB (Red+Green+Blue) = 133+115+146=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #857392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857392 is #7A8C6D. Grayscale: #7B7B7B. Windows color (decimal): -8031342 or 9597829. OLE color: 9597829.

HSL color Cylindrical-coordinate representation of color #857392: hue angle of 274.84º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857392 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133115146-
CMYK0.090.2100.43
HSL274.84º12.45%51.18%-
HSV(B)274.84º21.23%57.25%-
XYZ20.9919.3229.82-
YUV123.92140.46134.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=33.76%
G=29.19%
B=37.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331151460.090.2100.43274.8412.4551.18
Hex85739291502B113c33
Octal20516322211250534231463
Binary1000010111100111001001010011010101010111000100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857392; }

 p { color: rgb(133,115,146); }

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

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

 a { background-color: rgb(133,115,146); }

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

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

 span { border-color: rgb(133,115,146); }

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