#85899F

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

Shades of Manatee #85899F

Tints of Manatee #85899F

Color information

#85899F (or 0x85899F) is unknown color: approx Manatee. HEX triplet: 85, 89 and 9F. RGB value is (133,137,159). Sum of RGB (Red+Green+Blue) = 133+137+159=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #85899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85899F is #7A7660. Grayscale: #8A8A8A. Windows color (decimal): -8025697 or 10455429. OLE color: 10455429.

HSL color Cylindrical-coordinate representation of color #85899F: hue angle of 230.77º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85899F is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133137159-
CMYK0.160.1400.38
HSL230.77º11.93%57.25%-
HSV(B)230.77º16.35%62.35%-
XYZ24.8825.3836.39-
YUV138.31139.67124.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=31.00%
G=31.93%
B=37.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331371590.160.1400.38230.7711.9357.25
Hex85899F10E026e7c39
Octal20521123720160463471471
Binary1000010110001001100111111000011100100110111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85899F; }

 p { color: rgb(133,137,159); }

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

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

 a { background-color: rgb(133,137,159); }

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

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

 span { border-color: rgb(133,137,159); }

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