#857595

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

Shades of Topaz #857595

Tints of Topaz #857595

Color information

#857595 (or 0x857595) is unknown color: approx Topaz. HEX triplet: 85, 75 and 95. RGB value is (133,117,149). Sum of RGB (Red+Green+Blue) = 133+117+149=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #857595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857595 is #7A8A6A. Grayscale: #7D7D7D. Windows color (decimal): -8030827 or 9794949. OLE color: 9794949.

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

Color convert

RGB133117149-
CMYK0.110.2100.42
HSL270º13.11%52.16%-
HSV(B)270º21.48%58.43%-
XYZ21.4619.8831.14-
YUV125.43141.3133.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=33.33%
G=29.32%
B=37.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331171490.110.2100.4227013.1152.16
Hex857595B1502A10ed34
Octal20516522513250524161564
Binary1000010111101011001010110111010101010101000011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857595; }

 p { color: rgb(133,117,149); }

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

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

 a { background-color: rgb(133,117,149); }

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

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

 span { border-color: rgb(133,117,149); }

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