#858CA4

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

Shades of Manatee #858CA4

Tints of Manatee #858CA4

Color information

#858CA4 (or 0x858CA4) is unknown color: approx Manatee. HEX triplet: 85, 8C and A4. RGB value is (133,140,164). Sum of RGB (Red+Green+Blue) = 133+140+164=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #858CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CA4 is #7A735B. Grayscale: #8C8C8C. Windows color (decimal): -8024924 or 10783877. OLE color: 10783877.

HSL color Cylindrical-coordinate representation of color #858CA4: hue angle of 226.45º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #858CA4 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB133140164-
CMYK0.190.1500.36
HSL226.45º14.55%58.24%-
HSV(B)226.45º18.9%64.31%-
XYZ25.7526.4238.86-
YUV140.64141.18122.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=30.43%
G=32.04%
B=37.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331401640.190.1500.36226.4514.5558.24
Hex858CA413F024e2f3a
Octal20521424423170443421772
Binary1000010110001100101001001001111110100100111000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,140,164); }

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

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

 a { background-color: rgb(133,140,164); }

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

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

 span { border-color: rgb(133,140,164); }

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