#858D9E

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

Shades of Manatee #858D9E

Tints of Manatee #858D9E

Color information

#858D9E (or 0x858D9E) is unknown color: approx Manatee. HEX triplet: 85, 8D and 9E. RGB value is (133,141,158). Sum of RGB (Red+Green+Blue) = 133+141+158=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #858D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D9E is #7A7261. Grayscale: #8C8C8C. Windows color (decimal): -8024674 or 10390917. OLE color: 10390917.

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

Color convert

RGB133141158-
CMYK0.160.1100.38
HSL220.8º11.42%57.06%-
HSV(B)220.8º15.82%61.96%-
XYZ25.3726.536.13-
YUV140.55137.85122.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 141 (55.47% from 255) = 32.64%
BLUE value IS 158 (62.11% from 255) = 36.57%
R=30.79%
G=32.64%
B=36.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331411580.160.1100.38220.811.4257.06
Hex858D9E10B026ddb39
Octal20521523620130463351371
Binary1000010110001101100111101000010110100110110111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858D9E; }

 p { color: rgb(133,141,158); }

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

<style>
 a { background-color: #858D9E; }

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

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

<style>
 span { border-color: #858D9E; }

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

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