#85889B

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

Shades of Manatee #85889B

Tints of Manatee #85889B

Color information

#85889B (or 0x85889B) is unknown color: approx Manatee. HEX triplet: 85, 88 and 9B. RGB value is (133,136,155). Sum of RGB (Red+Green+Blue) = 133+136+155=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #85889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85889B is #7A7764. Grayscale: #898989. Windows color (decimal): -8025957 or 10193029. OLE color: 10193029.

HSL color Cylindrical-coordinate representation of color #85889B: hue angle of 231.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85889B is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133136155-
CMYK0.140.1200.39
HSL231.82º9.91%56.47%-
HSV(B)231.82º14.19%60.78%-
XYZ24.3924.9634.54-
YUV137.27138.01124.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=31.37%
G=32.08%
B=36.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331361550.140.1200.39231.829.9156.47
Hex85889BEC027e8a38
Octal20521023316140473501270
Binary100001011000100010011011111011000100111111010001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85889B; }

 p { color: rgb(133,136,155); }

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

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

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

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

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

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

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