#88888B

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

Shades of Manatee #88888B

Tints of Manatee #88888B

Color information

#88888B (or 0x88888B) is unknown color: approx Manatee. HEX triplet: 88, 88 and 8B. RGB value is (136,136,139). Sum of RGB (Red+Green+Blue) = 136+136+139=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 139 - color contains mainly: blue. Hex color #88888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88888B is #777774. Grayscale: #888888. Windows color (decimal): -7829365 or 9144456. OLE color: 9144456.

HSL color Cylindrical-coordinate representation of color #88888B: hue angle of 240º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #88888B is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136136139-
CMYK0.020.0200.45
HSL240º1.28%53.92%-
HSV(B)240º2.16%54.51%-
XYZ23.6224.7127.95-
YUV136.34129.5127.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 139 (54.69% from 255) = 33.82%
R=33.09%
G=33.09%
B=33.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361361390.020.0200.452401.2853.92
Hex88888B2202Df0136
Octal21021021322055360166
Binary10001000100010001000101110100101101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88888B; }

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

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

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

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

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

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

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

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