#858BAE

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

Shades of Manatee #858BAE

Tints of Manatee #858BAE

Color information

#858BAE (or 0x858BAE) is unknown color: approx Manatee. HEX triplet: 85, 8B and AE. RGB value is (133,139,174). Sum of RGB (Red+Green+Blue) = 133+139+174=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #858BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAE is #7A7451. Grayscale: #8D8D8D. Windows color (decimal): -8025170 or 11438981. OLE color: 11438981.

HSL color Cylindrical-coordinate representation of color #858BAE: hue angle of 231.22º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858BAE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133139174-
CMYK0.240.2000.32
HSL231.22º20.2%60.2%-
HSV(B)231.22º23.56%68.24%-
XYZ26.5526.5143.76-
YUV141.2146.51122.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.82%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=29.82%
G=31.17%
B=39.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331391740.240.2000.32231.2220.260.2
Hex858BAE1814020e7143c
Octal20521325630240403472474
Binary100001011000101110101110110001010001000001110011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,139,174); }

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

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

 a { background-color: rgb(133,139,174); }

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

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

 span { border-color: rgb(133,139,174); }

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