#85718F

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

Shades of Topaz #85718F

Tints of Topaz #85718F

Color information

#85718F (or 0x85718F) is unknown color: approx Topaz. HEX triplet: 85, 71 and 8F. RGB value is (133,113,143). Sum of RGB (Red+Green+Blue) = 133+113+143=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #85718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85718F is #7A8E70. Grayscale: #7A7A7A. Windows color (decimal): -8031857 or 9400709. OLE color: 9400709.

HSL color Cylindrical-coordinate representation of color #85718F: hue angle of 280º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85718F is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB133113143-
CMYK0.070.2100.44
HSL280º11.81%50.2%-
HSV(B)280º20.98%56.08%-
XYZ20.5418.7828.53-
YUV122.4139.63135.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 143 (56.25% from 255) = 36.76%
R=34.19%
G=29.05%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331131430.070.2100.4428011.8150.2
Hex85718F71502C118c32
Octal2051612177250544301462
Binary100001011110001100011111111010101011001000110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85718F; }

 p { color: rgb(133,113,143); }

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

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

 a { background-color: rgb(133,113,143); }

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

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

 span { border-color: rgb(133,113,143); }

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