#85859F

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

Shades of Manatee #85859F

Tints of Manatee #85859F

Color information

#85859F (or 0x85859F) is unknown color: approx Manatee. HEX triplet: 85, 85 and 9F. RGB value is (133,133,159). Sum of RGB (Red+Green+Blue) = 133+133+159=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #85859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85859F is #7A7A60. Grayscale: #878787. Windows color (decimal): -8026721 or 10454405. OLE color: 10454405.

HSL color Cylindrical-coordinate representation of color #85859F: hue angle of 240º 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 #85859F is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133133159-
CMYK0.160.1600.38
HSL240º11.93%57.25%-
HSV(B)240º16.35%62.35%-
XYZ24.3224.2636.2-
YUV135.96141125.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 133 (52.34% from 255) = 31.29%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=31.29%
G=31.29%
B=37.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331331590.160.1600.3824011.9357.25
Hex85859F1010026f0c39
Octal20520523720200463601471
Binary10000101100001011001111110000100000100110111100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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