#857690

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

Shades of Topaz #857690

Tints of Topaz #857690

Color information

#857690 (or 0x857690) is unknown color: approx Topaz. HEX triplet: 85, 76 and 90. RGB value is (133,118,144). Sum of RGB (Red+Green+Blue) = 133+118+144=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #857690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857690 is #7A896F. Grayscale: #7D7D7D. Windows color (decimal): -8030576 or 9467525. OLE color: 9467525.

HSL color Cylindrical-coordinate representation of color #857690: hue angle of 274.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #857690 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB133118144-
CMYK0.080.1800.44
HSL274.62º10.48%51.37%-
HSV(B)274.62º18.06%56.47%-
XYZ21.1919.9629.12-
YUV125.45138.47133.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=33.67%
G=29.87%
B=36.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331181440.080.1800.44274.6210.4851.37
Hex85769081202C113a33
Octal20516622010220544231263
Binary1000010111101101001000010001001001011001000100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857690; }

 p { color: rgb(133,118,144); }

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

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

 a { background-color: rgb(133,118,144); }

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

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

 span { border-color: rgb(133,118,144); }

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