#857995

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

Shades of Topaz #857995

Tints of Topaz #857995

Color information

#857995 (or 0x857995) is unknown color: approx Topaz. HEX triplet: 85, 79 and 95. RGB value is (133,121,149). Sum of RGB (Red+Green+Blue) = 133+121+149=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #857995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857995 is #7A866A. Grayscale: #7F7F7F. Windows color (decimal): -8029803 or 9795973. OLE color: 9795973.

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

Color convert

RGB133121149-
CMYK0.110.1900.42
HSL265.71º11.67%52.94%-
HSV(B)265.71º18.79%58.43%-
XYZ21.9420.8331.3-
YUV127.78139.98131.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=33.00%
G=30.02%
B=36.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331211490.110.1900.42265.7111.6752.94
Hex857995B1302A10ac35
Octal20517122513230524121465
Binary1000010111110011001010110111001101010101000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857995; }

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

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

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

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

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

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

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

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