#838386

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

Shades of Manatee #838386

Tints of Manatee #838386

Color information

#838386 (or 0x838386) is unknown color: approx Manatee. HEX triplet: 83, 83 and 86. RGB value is (131,131,134). Sum of RGB (Red+Green+Blue) = 131+131+134=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 134 - color contains mainly: blue. Hex color #838386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838386 is #7C7C79. Grayscale: #838383. Windows color (decimal): -8158330 or 8815491. OLE color: 8815491.

HSL color Cylindrical-coordinate representation of color #838386: hue angle of 240º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #838386 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB131131134-
CMYK0.020.0200.47
HSL240º1.22%51.96%-
HSV(B)240º2.24%52.55%-
XYZ21.7822.7825.8-
YUV131.34129.5127.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=33.08%
G=33.08%
B=33.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311311340.020.0200.472401.2251.96
Hex8383862202Ff0134
Octal20320320622057360164
Binary10000011100000111000011010100101111111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838386; }

 p { color: rgb(131,131,134); }

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

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

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

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

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

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

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