#83859D

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

Shades of Manatee #83859D

Tints of Manatee #83859D

Color information

#83859D (or 0x83859D) is unknown color: approx Manatee. HEX triplet: 83, 85 and 9D. RGB value is (131,133,157). Sum of RGB (Red+Green+Blue) = 131+133+157=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #83859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83859D is #7C7A62. Grayscale: #878787. Windows color (decimal): -8157795 or 10323331. OLE color: 10323331.

HSL color Cylindrical-coordinate representation of color #83859D: hue angle of 235.38º 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 #83859D is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131133157-
CMYK0.170.1500.38
HSL235.38º11.71%56.47%-
HSV(B)235.38º16.56%61.57%-
XYZ23.8324.0335.28-
YUV135.14140.34125.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.12%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=31.12%
G=31.59%
B=37.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311331570.170.1500.38235.3811.7156.47
Hex83859D11F026ebc38
Octal20320523521170463531470
Binary1000001110000101100111011000111110100110111010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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