#838499

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

Shades of Manatee #838499

Tints of Manatee #838499

Color information

#838499 (or 0x838499) is unknown color: approx Manatee. HEX triplet: 83, 84 and 99. RGB value is (131,132,153). Sum of RGB (Red+Green+Blue) = 131+132+153=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #838499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838499 is #7C7B66. Grayscale: #868686. Windows color (decimal): -8158055 or 10060931. OLE color: 10060931.

HSL color Cylindrical-coordinate representation of color #838499: hue angle of 237.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838499 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB131132153-
CMYK0.140.1400.4
HSL237.27º9.73%55.69%-
HSV(B)237.27º14.38%60%-
XYZ23.3623.6333.47-
YUV134.1138.67125.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=31.49%
G=31.73%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311321530.140.1400.4237.279.7355.69
Hex838499EE028eda38
Octal20320423116160503551270
Binary100000111000010010011001111011100101000111011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838499; }

 p { color: rgb(131,132,153); }

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

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

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

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

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

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

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