#857292

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

Shades of Topaz #857292

Tints of Topaz #857292

Color information

#857292 (or 0x857292) is unknown color: approx Topaz. HEX triplet: 85, 72 and 92. RGB value is (133,114,146). Sum of RGB (Red+Green+Blue) = 133+114+146=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #857292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857292 is #7A8D6D. Grayscale: #7B7B7B. Windows color (decimal): -8031598 or 9597573. OLE color: 9597573.

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

Color convert

RGB133114146-
CMYK0.090.2200.43
HSL275.62º12.8%50.98%-
HSV(B)275.62º21.92%57.25%-
XYZ20.8819.129.78-
YUV123.33140.79134.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 146 (57.42% from 255) = 37.15%
R=33.84%
G=29.01%
B=37.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331141460.090.2200.43275.6212.850.98
Hex85729291602B114d33
Octal20516222211260534241563
Binary1000010111100101001001010011011001010111000101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857292; }

 p { color: rgb(133,114,146); }

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

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

 a { background-color: rgb(133,114,146); }

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

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

 span { border-color: rgb(133,114,146); }

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