#83859E

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

Shades of Manatee #83859E

Tints of Manatee #83859E

Color information

#83859E (or 0x83859E) is unknown color: approx Manatee. HEX triplet: 83, 85 and 9E. RGB value is (131,133,158). Sum of RGB (Red+Green+Blue) = 131+133+158=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #83859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83859E is #7C7A61. Grayscale: #878787. Windows color (decimal): -8157794 or 10388867. OLE color: 10388867.

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

Color convert

RGB131133158-
CMYK0.170.1600.38
HSL235.56º12.22%56.67%-
HSV(B)235.56º17.09%61.96%-
XYZ23.9224.0735.73-
YUV135.25140.84124.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=31.04%
G=31.52%
B=37.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311331580.170.1600.38235.5612.2256.67
Hex83859E1110026ecc39
Octal20320523621200463541471
Binary10000011100001011001111010001100000100110111011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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