#857496

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

Shades of Topaz #857496

Tints of Topaz #857496

Color information

#857496 (or 0x857496) is unknown color: approx Topaz. HEX triplet: 85, 74 and 96. RGB value is (133,116,150). Sum of RGB (Red+Green+Blue) = 133+116+150=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 150 - color contains mainly: blue. Hex color #857496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857496 is #7A8B69. Grayscale: #7C7C7C. Windows color (decimal): -8031082 or 9860229. OLE color: 9860229.

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

Color convert

RGB133116150-
CMYK0.110.2300.41
HSL270º13.93%52.16%-
HSV(B)270º22.67%58.82%-
XYZ21.4219.6831.52-
YUV124.96142.13133.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 150 (58.98% from 255) = 37.59%
R=33.33%
G=29.07%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331161500.110.2300.4127013.9352.16
Hex857496B1702910ee34
Octal20516422613270514161664
Binary1000010111101001001011010111011101010011000011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857496; }

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

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

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

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

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

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

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

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