#83838A

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

Shades of Manatee #83838A

Tints of Manatee #83838A

Color information

#83838A (or 0x83838A) is unknown color: approx Manatee. HEX triplet: 83, 83 and 8A. RGB value is (131,131,138). Sum of RGB (Red+Green+Blue) = 131+131+138=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 138 - color contains mainly: blue. Hex color #83838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83838A is #7C7C75. Grayscale: #838383. Windows color (decimal): -8158326 or 9077635. OLE color: 9077635.

HSL color Cylindrical-coordinate representation of color #83838A: hue angle of 240º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #83838A is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131131138-
CMYK0.050.0500.46
HSL240º2.9%52.75%-
HSV(B)240º5.07%54.12%-
XYZ22.0622.8927.3-
YUV131.8131.5127.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=32.75%
G=32.75%
B=34.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311311380.050.0500.462402.952.75
Hex83838A5502Ef0335
Octal20320321255056360365
Binary10000011100000111000101010110101011101111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83838A; }

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

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

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

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

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

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

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

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