#857491

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

Shades of Topaz #857491

Tints of Topaz #857491

Color information

#857491 (or 0x857491) is unknown color: approx Topaz. HEX triplet: 85, 74 and 91. RGB value is (133,116,145). Sum of RGB (Red+Green+Blue) = 133+116+145=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #857491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857491 is #7A8B6E. Grayscale: #7C7C7C. Windows color (decimal): -8031087 or 9532549. OLE color: 9532549.

HSL color Cylindrical-coordinate representation of color #857491: hue angle of 275.17º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857491 is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133116145-
CMYK0.080.200.43
HSL275.17º11.65%51.18%-
HSV(B)275.17º20%56.86%-
XYZ21.0319.5229.45-
YUV124.39139.63134.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=33.76%
G=29.44%
B=36.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331161450.080.200.43275.1711.6551.18
Hex85749181402B113c33
Octal20516422110240534231463
Binary1000010111101001001000110001010001010111000100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857491; }

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

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

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

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

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

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

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

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