#85879B

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

Shades of Manatee #85879B

Tints of Manatee #85879B

Color information

#85879B (or 0x85879B) is unknown color: approx Manatee. HEX triplet: 85, 87 and 9B. RGB value is (133,135,155). Sum of RGB (Red+Green+Blue) = 133+135+155=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #85879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85879B is #7A7864. Grayscale: #888888. Windows color (decimal): -8026213 or 10192773. OLE color: 10192773.

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

Color convert

RGB133135155-
CMYK0.140.1300.39
HSL234.55º9.91%56.47%-
HSV(B)234.55º14.19%60.78%-
XYZ24.2524.6834.5-
YUV136.68138.34125.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=31.44%
G=31.91%
B=36.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331351550.140.1300.39234.559.9156.47
Hex85879BED027eba38
Octal20520723316150473531270
Binary100001011000011110011011111011010100111111010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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