#888893

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

Shades of Manatee #888893

Tints of Manatee #888893

Color information

#888893 (or 0x888893) is unknown color: approx Manatee. HEX triplet: 88, 88 and 93. RGB value is (136,136,147). Sum of RGB (Red+Green+Blue) = 136+136+147=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #888893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888893 is #77776C. Grayscale: #898989. Windows color (decimal): -7829357 or 9668744. OLE color: 9668744.

HSL color Cylindrical-coordinate representation of color #888893: hue angle of 240º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888893 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136136147-
CMYK0.070.0700.42
HSL240º4.85%55.49%-
HSV(B)240º7.48%57.65%-
XYZ24.2224.9531.14-
YUV137.25133.5127.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=32.46%
G=32.46%
B=35.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361361470.070.0700.422404.8555.49
Hex8888937702Af0537
Octal21021022377052360567
Binary100010001000100010010011111111010101011110000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888893; }

 p { color: rgb(136,136,147); }

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

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

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

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

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

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

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