#868890

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

Shades of Manatee #868890

Tints of Manatee #868890

Color information

#868890 (or 0x868890) is unknown color: approx Manatee. HEX triplet: 86, 88 and 90. RGB value is (134,136,144). Sum of RGB (Red+Green+Blue) = 134+136+144=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 144 - color contains mainly: blue. Hex color #868890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868890 is #79776F. Grayscale: #888888. Windows color (decimal): -7960432 or 9472134. OLE color: 9472134.

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

Color convert

RGB134136144-
CMYK0.070.0600.44
HSL228º4.31%54.51%-
HSV(B)228º6.94%56.47%-
XYZ23.6724.6929.9-
YUV136.31132.34126.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=32.37%
G=32.85%
B=34.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341361440.070.0600.442284.3154.51
Hex8688907602Ce4437
Octal20621022076054344467
Binary100001101000100010010000111110010110011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868890; }

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

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

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

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

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

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

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

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