#857495

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

Shades of Topaz #857495

Tints of Topaz #857495

Color information

#857495 (or 0x857495) is unknown color: approx Topaz. HEX triplet: 85, 74 and 95. RGB value is (133,116,149). Sum of RGB (Red+Green+Blue) = 133+116+149=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #857495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857495 is #7A8B6A. Grayscale: #7C7C7C. Windows color (decimal): -8031083 or 9794693. OLE color: 9794693.

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

Color convert

RGB133116149-
CMYK0.110.2200.42
HSL270.91º13.47%51.96%-
HSV(B)270.91º22.15%58.43%-
XYZ21.3419.6531.1-
YUV124.84141.63133.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=33.42%
G=29.15%
B=37.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331161490.110.2200.42270.9113.4751.96
Hex857495B1602A10fd34
Octal20516422513260524171564
Binary1000010111101001001010110111011001010101000011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857495; }

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

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

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

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

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

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

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

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