#858698

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

Shades of Manatee #858698

Tints of Manatee #858698

Color information

#858698 (or 0x858698) is unknown color: approx Manatee. HEX triplet: 85, 86 and 98. RGB value is (133,134,152). Sum of RGB (Red+Green+Blue) = 133+134+152=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 152 - color contains mainly: blue. Hex color #858698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858698 is #7A7967. Grayscale: #878787. Windows color (decimal): -8026472 or 9995909. OLE color: 9995909.

HSL color Cylindrical-coordinate representation of color #858698: hue angle of 236.84º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858698 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133134152-
CMYK0.130.1200.40
HSL236.84º8.44%55.88%-
HSV(B)236.84º12.5%59.61%-
XYZ23.8724.333.14-
YUV135.75137.17126.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=31.74%
G=31.98%
B=36.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331341520.130.1200.40236.848.4455.88
Hex858698DC028ed838
Octal20520623015140503551070
Binary100001011000011010011000110111000101000111011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858698; }

 p { color: rgb(133,134,152); }

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

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

 a { background-color: rgb(133,134,152); }

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

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

 span { border-color: rgb(133,134,152); }

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