#857592

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

Shades of Topaz #857592

Tints of Topaz #857592

Color information

#857592 (or 0x857592) is unknown color: approx Topaz. HEX triplet: 85, 75 and 92. RGB value is (133,117,146). Sum of RGB (Red+Green+Blue) = 133+117+146=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #857592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857592 is #7A8A6D. Grayscale: #7C7C7C. Windows color (decimal): -8030830 or 9598341. OLE color: 9598341.

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

Color convert

RGB133117146-
CMYK0.090.2000.43
HSL273.1º11.74%51.57%-
HSV(B)273.1º19.86%57.25%-
XYZ21.2219.7829.89-
YUV125.09139.8133.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.59%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=33.59%
G=29.55%
B=36.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331171460.090.2000.43273.111.7451.57
Hex85759291402B111c34
Octal20516522211240534211464
Binary1000010111101011001001010011010001010111000100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857592; }

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

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

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

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

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

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

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

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