#838690

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

Shades of Manatee #838690

Tints of Manatee #838690

Color information

#838690 (or 0x838690) is unknown color: approx Manatee. HEX triplet: 83, 86 and 90. RGB value is (131,134,144). Sum of RGB (Red+Green+Blue) = 131+134+144=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 144 - color contains mainly: blue. Hex color #838690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838690 is #7C796F. Grayscale: #868686. Windows color (decimal): -8157552 or 9471619. OLE color: 9471619.

HSL color Cylindrical-coordinate representation of color #838690: hue angle of 226.15º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #838690 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131134144-
CMYK0.090.0700.44
HSL226.15º5.53%53.92%-
HSV(B)226.15º9.03%56.47%-
XYZ22.9223.8929.79-
YUV134.24133.51125.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=32.03%
G=32.76%
B=35.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311341440.090.0700.44226.155.5353.92
Hex8386909702Ce2636
Octal203206220117054342666
Binary1000001110000110100100001001111010110011100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838690; }

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

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

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

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

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

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

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

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