#858CAB

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

Shades of Manatee #858CAB

Tints of Manatee #858CAB

Color information

#858CAB (or 0x858CAB) is unknown color: approx Manatee. HEX triplet: 85, 8C and AB. RGB value is (133,140,171). Sum of RGB (Red+Green+Blue) = 133+140+171=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #858CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858CAB is #7A7354. Grayscale: #8D8D8D. Windows color (decimal): -8024917 or 11242629. OLE color: 11242629.

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

Color convert

RGB133140171-
CMYK0.220.1800.33
HSL228.95º18.45%59.61%-
HSV(B)228.95º22.22%67.06%-
XYZ26.426.6842.29-
YUV141.44144.68121.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.95%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=29.95%
G=31.53%
B=38.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331401710.220.1800.33228.9518.4559.61
Hex858CAB1612021e5123c
Octal20521425326220413452274
Binary100001011000110010101011101101001001000011110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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