#857393

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

Shades of Topaz #857393

Tints of Topaz #857393

Color information

#857393 (or 0x857393) is unknown color: approx Topaz. HEX triplet: 85, 73 and 93. RGB value is (133,115,147). Sum of RGB (Red+Green+Blue) = 133+115+147=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #857393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857393 is #7A8C6C. Grayscale: #7B7B7B. Windows color (decimal): -8031341 or 9663365. OLE color: 9663365.

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

Color convert

RGB133115147-
CMYK0.100.2200.42
HSL273.75º12.9%51.37%-
HSV(B)273.75º21.77%57.65%-
XYZ21.0719.3530.23-
YUV124.03140.96134.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=33.67%
G=29.11%
B=37.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331151470.100.2200.42273.7512.951.37
Hex857393A1602A112d33
Octal20516322312260524221563
Binary1000010111100111001001110101011001010101000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857393; }

 p { color: rgb(133,115,147); }

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

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

 a { background-color: rgb(133,115,147); }

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

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

 span { border-color: rgb(133,115,147); }

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