#858691

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

Shades of Manatee #858691

Tints of Manatee #858691

Color information

#858691 (or 0x858691) is unknown color: approx Manatee. HEX triplet: 85, 86 and 91. RGB value is (133,134,145). Sum of RGB (Red+Green+Blue) = 133+134+145=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 145 - color contains mainly: blue. Hex color #858691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858691 is #7A796E. Grayscale: #868686. Windows color (decimal): -8026479 or 9537157. OLE color: 9537157.

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

Color convert

RGB133134145-
CMYK0.080.0800.43
HSL235º5.17%54.51%-
HSV(B)235º8.28%56.86%-
XYZ23.3124.0830.21-
YUV134.95133.67126.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=32.28%
G=32.52%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331341450.080.0800.432355.1754.51
Hex8586918802Beb537
Octal2052062211010053353567
Binary10000101100001101001000110001000010101111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858691; }

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

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

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

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

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

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

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

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