#858898

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

Shades of Manatee #858898

Tints of Manatee #858898

Color information

#858898 (or 0x858898) is unknown color: approx Manatee. HEX triplet: 85, 88 and 98. RGB value is (133,136,152). Sum of RGB (Red+Green+Blue) = 133+136+152=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #858898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858898 is #7A7767. Grayscale: #888888. Windows color (decimal): -8025960 or 9996421. OLE color: 9996421.

HSL color Cylindrical-coordinate representation of color #858898: hue angle of 230.53º 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 #858898 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB133136152-
CMYK0.130.1100.40
HSL230.53º8.44%55.88%-
HSV(B)230.53º12.5%59.61%-
XYZ24.1424.8633.23-
YUV136.93136.51125.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.59%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=31.59%
G=32.30%
B=36.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331361520.130.1100.40230.538.4455.88
Hex858898DB028e7838
Octal20521023015130503471070
Binary100001011000100010011000110110110101000111001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858898; }

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

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

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

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

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

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

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

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