#83838C

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

Shades of Manatee #83838C

Tints of Manatee #83838C

Color information

#83838C (or 0x83838C) is unknown color: approx Manatee. HEX triplet: 83, 83 and 8C. RGB value is (131,131,140). Sum of RGB (Red+Green+Blue) = 131+131+140=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #83838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83838C is #7C7C73. Grayscale: #838383. Windows color (decimal): -8158324 or 9208707. OLE color: 9208707.

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

Color convert

RGB131131140-
CMYK0.060.0600.45
HSL240º3.77%53.14%-
HSV(B)240º6.43%54.9%-
XYZ22.2122.9528.07-
YUV132.03132.5127.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=32.59%
G=32.59%
B=34.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311311400.060.0600.452403.7753.14
Hex83838C6602Df0435
Octal20320321466055360465
Binary100000111000001110001100110110010110111110000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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