#857293

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

Shades of Topaz #857293

Tints of Topaz #857293

Color information

#857293 (or 0x857293) is unknown color: approx Topaz. HEX triplet: 85, 72 and 93. RGB value is (133,114,147). Sum of RGB (Red+Green+Blue) = 133+114+147=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 147 - color contains mainly: blue. Hex color #857293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857293 is #7A8D6C. Grayscale: #7B7B7B. Windows color (decimal): -8031597 or 9663109. OLE color: 9663109.

HSL color Cylindrical-coordinate representation of color #857293: hue angle of 274.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857293 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB133114147-
CMYK0.100.2200.42
HSL274.55º13.25%51.18%-
HSV(B)274.55º22.45%57.65%-
XYZ20.9619.1330.19-
YUV123.44141.29134.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=33.76%
G=28.93%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331141470.100.2200.42274.5513.2551.18
Hex857293A1602A113d33
Octal20516222312260524231563
Binary1000010111100101001001110101011001010101000100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857293; }

 p { color: rgb(133,114,147); }

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

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

 a { background-color: rgb(133,114,147); }

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

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

 span { border-color: rgb(133,114,147); }

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