#83899D

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

Shades of Manatee #83899D

Tints of Manatee #83899D

Color information

#83899D (or 0x83899D) is unknown color: approx Manatee. HEX triplet: 83, 89 and 9D. RGB value is (131,137,157). Sum of RGB (Red+Green+Blue) = 131+137+157=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #83899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83899D is #7C7662. Grayscale: #898989. Windows color (decimal): -8156771 or 10324355. OLE color: 10324355.

HSL color Cylindrical-coordinate representation of color #83899D: hue angle of 226.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83899D is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131137157-
CMYK0.170.1300.38
HSL226.15º11.71%56.47%-
HSV(B)226.15º16.56%61.57%-
XYZ24.3925.1535.47-
YUV137.49139.01123.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=30.82%
G=32.24%
B=36.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311371570.170.1300.38226.1511.7156.47
Hex83899D11D026e2c38
Octal20321123521150463421470
Binary1000001110001001100111011000111010100110111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83899D; }

 p { color: rgb(131,137,157); }

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

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

 a { background-color: rgb(131,137,157); }

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

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

 span { border-color: rgb(131,137,157); }

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