#888990

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

Shades of Manatee #888990

Tints of Manatee #888990

Color information

#888990 (or 0x888990) is unknown color: approx Manatee. HEX triplet: 88, 89 and 90. RGB value is (136,137,144). Sum of RGB (Red+Green+Blue) = 136+137+144=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 144 - color contains mainly: blue. Hex color #888990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888990 is #77766F. Grayscale: #898989. Windows color (decimal): -7829104 or 9472392. OLE color: 9472392.

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

Color convert

RGB136137144-
CMYK0.060.0500.44
HSL232.5º3.48%54.9%-
HSV(B)232.5º5.56%56.47%-
XYZ24.1325.1429.97-
YUV137.5131.67126.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=32.61%
G=32.85%
B=34.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361371440.060.0500.44232.53.4854.9
Hex8889906502Ce8337
Octal21021122065054350367
Binary10001000100010011001000011010101011001110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888990; }

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

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

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

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

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

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

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

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