#857192

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

Shades of Topaz #857192

Tints of Topaz #857192

Color information

#857192 (or 0x857192) is unknown color: approx Topaz. HEX triplet: 85, 71 and 92. RGB value is (133,113,146). Sum of RGB (Red+Green+Blue) = 133+113+146=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 146 - color contains mainly: blue. Hex color #857192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857192 is #7A8E6D. Grayscale: #7A7A7A. Windows color (decimal): -8031854 or 9597317. OLE color: 9597317.

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

Color convert

RGB133113146-
CMYK0.090.2300.43
HSL276.36º13.15%50.78%-
HSV(B)276.36º22.6%57.25%-
XYZ20.7718.8729.74-
YUV122.74141.13135.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=33.93%
G=28.83%
B=37.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331131460.090.2300.43276.3613.1550.78
Hex85719291702B114d33
Octal20516122211270534241563
Binary1000010111100011001001010011011101010111000101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857192; }

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

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

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

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

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

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

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

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