#857191

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

Shades of Topaz #857191

Tints of Topaz #857191

Color information

#857191 (or 0x857191) is unknown color: approx Topaz. HEX triplet: 85, 71 and 91. RGB value is (133,113,145). Sum of RGB (Red+Green+Blue) = 133+113+145=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #857191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857191 is #7A8E6E. Grayscale: #7A7A7A. Windows color (decimal): -8031855 or 9531781. OLE color: 9531781.

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

Color convert

RGB133113145-
CMYK0.080.2200.43
HSL277.5º12.7%50.59%-
HSV(B)277.5º22.07%56.86%-
XYZ20.6918.8429.33-
YUV122.63140.63135.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=34.02%
G=28.90%
B=37.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331131450.080.2200.43277.512.750.59
Hex85719181602B116d33
Octal20516122110260534261563
Binary1000010111100011001000110001011001010111000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857191; }

 p { color: rgb(133,113,145); }

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

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

 a { background-color: rgb(133,113,145); }

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

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

 span { border-color: rgb(133,113,145); }

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