#868089

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

Shades of Topaz #868089

Tints of Topaz #868089

Color information

#868089 (or 0x868089) is unknown color: approx Topaz. HEX triplet: 86, 80 and 89. RGB value is (134,128,137). Sum of RGB (Red+Green+Blue) = 134+128+137=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 137 - color contains mainly: blue. Hex color #868089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868089 is #797F76. Grayscale: #828282. Windows color (decimal): -7962487 or 9011334. OLE color: 9011334.

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

Color convert

RGB134128137-
CMYK0.020.0700.46
HSL280º3.67%51.96%-
HSV(B)280º6.57%53.73%-
XYZ22.0722.3126.81-
YUV130.82131.49130.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=33.58%
G=32.08%
B=34.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341281370.020.0700.462803.6751.96
Hex8680892702E118434
Octal20620021127056430464
Binary100001101000000010001001101110101110100011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868089; }

 p { color: rgb(134,128,137); }

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

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

 a { background-color: rgb(134,128,137); }

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

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

 span { border-color: rgb(134,128,137); }

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