#85838B

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

Shades of Topaz #85838B

Tints of Topaz #85838B

Color information

#85838B (or 0x85838B) is unknown color: approx Topaz. HEX triplet: 85, 83 and 8B. RGB value is (133,131,139). Sum of RGB (Red+Green+Blue) = 133+131+139=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #85838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85838B is #7A7C74. Grayscale: #848484. Windows color (decimal): -8027253 or 9143173. OLE color: 9143173.

HSL color Cylindrical-coordinate representation of color #85838B: hue angle of 255º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #85838B is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133131139-
CMYK0.040.0600.45
HSL255º3.33%52.94%-
HSV(B)255º5.76%54.51%-
XYZ22.4523.0827.7-
YUV132.51131.66128.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=33.00%
G=32.51%
B=34.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331311390.040.0600.452553.3352.94
Hex85838B4602Dff335
Octal20520321346055377365
Binary10000101100000111000101110011001011011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85838B; }

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

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

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

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

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

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

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

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