#868390

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

Shades of Topaz #868390

Tints of Topaz #868390

Color information

#868390 (or 0x868390) is unknown color: approx Topaz. HEX triplet: 86, 83 and 90. RGB value is (134,131,144). Sum of RGB (Red+Green+Blue) = 134+131+144=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 144 - color contains mainly: blue. Hex color #868390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868390 is #797C6F. Grayscale: #858585. Windows color (decimal): -7961712 or 9470854. OLE color: 9470854.

HSL color Cylindrical-coordinate representation of color #868390: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #868390 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134131144-
CMYK0.070.0900.44
HSL253.85º5.53%53.92%-
HSV(B)253.85º9.03%56.47%-
XYZ22.9823.3129.67-
YUV133.38133.99128.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=32.76%
G=32.03%
B=35.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341311440.070.0900.44253.855.5353.92
Hex8683907902Cfe636
Octal206203220711054376666
Binary1000011010000011100100001111001010110011111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868390; }

 p { color: rgb(134,131,144); }

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

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

 a { background-color: rgb(134,131,144); }

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

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

 span { border-color: rgb(134,131,144); }

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