#848488

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

Shades of Manatee #848488

Tints of Manatee #848488

Color information

#848488 (or 0x848488) is unknown color: approx Manatee. HEX triplet: 84, 84 and 88. RGB value is (132,132,136). Sum of RGB (Red+Green+Blue) = 132+132+136=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 136 - color contains mainly: blue. Hex color #848488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848488 is #7B7B77. Grayscale: #848484. Windows color (decimal): -8092536 or 8946820. OLE color: 8946820.

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

Color convert

RGB132132136-
CMYK0.030.0300.47
HSL240º1.65%52.55%-
HSV(B)240º2.94%53.33%-
XYZ22.2123.1926.6-
YUV132.46130127.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 136 (53.52% from 255) = 34%
R=33%
G=33%
B=34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321321360.030.0300.472401.6552.55
Hex8484883302Ff0235
Octal20420421033057360265
Binary100001001000010010001000111101011111111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848488; }

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

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

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

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

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

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

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

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