#848591

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

Shades of Manatee #848591

Tints of Manatee #848591

Color information

#848591 (or 0x848591) is unknown color: approx Manatee. HEX triplet: 84, 85 and 91. RGB value is (132,133,145). Sum of RGB (Red+Green+Blue) = 132+133+145=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 145 - color contains mainly: blue. Hex color #848591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848591 is #7B7A6E. Grayscale: #868686. Windows color (decimal): -8092271 or 9536900. OLE color: 9536900.

HSL color Cylindrical-coordinate representation of color #848591: hue angle of 235.38º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #848591 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132133145-
CMYK0.090.0800.43
HSL235.38º5.58%54.31%-
HSV(B)235.38º8.97%56.86%-
XYZ23.0123.7230.15-
YUV134.07134.17126.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.20%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=32.20%
G=32.44%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321331450.090.0800.43235.385.5854.31
Hex8485919802Beb636
Octal2042052211110053353666
Binary10000100100001011001000110011000010101111101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848591; }

 p { color: rgb(132,133,145); }

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

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

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

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

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

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

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