#858A9E

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

Shades of Manatee #858A9E

Tints of Manatee #858A9E

Color information

#858A9E (or 0x858A9E) is unknown color: approx Manatee. HEX triplet: 85, 8A and 9E. RGB value is (133,138,158). Sum of RGB (Red+Green+Blue) = 133+138+158=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #858A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858A9E is #7A7561. Grayscale: #8A8A8A. Windows color (decimal): -8025442 or 10390149. OLE color: 10390149.

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

Color convert

RGB133138158-
CMYK0.160.1300.38
HSL228º11.42%57.06%-
HSV(B)228º15.82%61.96%-
XYZ24.9325.6335.98-
YUV138.78138.84123.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.00%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=31.00%
G=32.17%
B=36.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331381580.160.1300.3822811.4257.06
Hex858A9E10D026e4b39
Octal20521223620150463441371
Binary1000010110001010100111101000011010100110111001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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