#85899B

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

Shades of Manatee #85899B

Tints of Manatee #85899B

Color information

#85899B (or 0x85899B) is unknown color: approx Manatee. HEX triplet: 85, 89 and 9B. RGB value is (133,137,155). Sum of RGB (Red+Green+Blue) = 133+137+155=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #85899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85899B is #7A7664. Grayscale: #898989. Windows color (decimal): -8025701 or 10193285. OLE color: 10193285.

HSL color Cylindrical-coordinate representation of color #85899B: hue angle of 229.09º 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 #85899B is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133137155-
CMYK0.140.1200.39
HSL229.09º9.91%56.47%-
HSV(B)229.09º14.19%60.78%-
XYZ24.5325.2434.59-
YUV137.86137.67124.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=31.29%
G=32.24%
B=36.47%

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
Decimal1331371550.140.1200.39229.099.9156.47
Hex85899BEC027e5a38
Octal20521123316140473451270
Binary100001011000100110011011111011000100111111001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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