#858092

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

Shades of Topaz #858092

Tints of Topaz #858092

Color information

#858092 (or 0x858092) is unknown color: approx Topaz. HEX triplet: 85, 80 and 92. RGB value is (133,128,146). Sum of RGB (Red+Green+Blue) = 133+128+146=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 146 - color contains mainly: blue. Hex color #858092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858092 is #7A7F6D. Grayscale: #838383. Windows color (decimal): -8028014 or 9601157. OLE color: 9601157.

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

Color convert

RGB133128146-
CMYK0.090.1200.43
HSL256.67º7.63%53.73%-
HSV(B)256.67º12.33%57.25%-
XYZ22.5822.530.35-
YUV131.55136.16129.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=32.68%
G=31.45%
B=35.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331281460.090.1200.43256.677.6353.73
Hex8580929C02B101836
Octal20520022211140534011066
Binary1000010110000000100100101001110001010111000000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858092; }

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

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

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

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

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

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

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

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