#858388

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

Shades of Topaz #858388

Tints of Topaz #858388

Color information

#858388 (or 0x858388) is unknown color: approx Topaz. HEX triplet: 85, 83 and 88. RGB value is (133,131,136). Sum of RGB (Red+Green+Blue) = 133+131+136=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 136 - color contains mainly: blue. Hex color #858388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858388 is #7A7C77. Grayscale: #848484. Windows color (decimal): -8027256 or 8946565. OLE color: 8946565.

HSL color Cylindrical-coordinate representation of color #858388: hue angle of 264º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #858388 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB133131136-
CMYK0.020.0400.47
HSL264º2.06%52.35%-
HSV(B)264º3.68%53.33%-
XYZ22.232326.56-
YUV132.17130.16128.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 136 (53.52% from 255) = 34%
R=33.25%
G=32.75%
B=34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331311360.020.0400.472642.0652.35
Hex8583882402F108234
Octal20520321024057410264
Binary10000101100000111000100010100010111110000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858388; }

 p { color: rgb(133,131,136); }

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

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

 a { background-color: rgb(133,131,136); }

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

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

 span { border-color: rgb(133,131,136); }

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