#857696

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

Shades of Topaz #857696

Tints of Topaz #857696

Color information

#857696 (or 0x857696) is unknown color: approx Topaz. HEX triplet: 85, 76 and 96. RGB value is (133,118,150). Sum of RGB (Red+Green+Blue) = 133+118+150=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #857696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857696 is #7A8969. Grayscale: #7E7E7E. Windows color (decimal): -8030570 or 9860741. OLE color: 9860741.

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

Color convert

RGB133118150-
CMYK0.110.2100.41
HSL268.12º13.22%52.55%-
HSV(B)268.12º21.33%58.82%-
XYZ21.6620.1531.6-
YUV126.13141.47132.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=33.17%
G=29.43%
B=37.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331181500.110.2100.41268.1213.2252.55
Hex857696B1502910cd35
Octal20516622613250514141565
Binary1000010111101101001011010111010101010011000011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857696; }

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

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

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

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

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

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

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

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