#858BAC

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

Shades of Manatee #858BAC

Tints of Manatee #858BAC

Color information

#858BAC (or 0x858BAC) is unknown color: approx Manatee. HEX triplet: 85, 8B and AC. RGB value is (133,139,172). Sum of RGB (Red+Green+Blue) = 133+139+172=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #858BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858BAC is #7A7453. Grayscale: #8C8C8C. Windows color (decimal): -8025172 or 11307909. OLE color: 11307909.

HSL color Cylindrical-coordinate representation of color #858BAC: hue angle of 230.77º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858BAC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB133139172-
CMYK0.230.1900.33
HSL230.77º19.02%59.8%-
HSV(B)230.77º22.67%67.45%-
XYZ26.3526.4342.74-
YUV140.97145.51122.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=29.95%
G=31.31%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331391720.230.1900.33230.7719.0259.8
Hex858BAC1713021e7133c
Octal20521325427230413472374
Binary100001011000101110101100101111001101000011110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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