#838595

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

Shades of Manatee #838595

Tints of Manatee #838595

Color information

#838595 (or 0x838595) is unknown color: approx Manatee. HEX triplet: 83, 85 and 95. RGB value is (131,133,149). Sum of RGB (Red+Green+Blue) = 131+133+149=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 149 - color contains mainly: blue. Hex color #838595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838595 is #7C7A6A. Grayscale: #868686. Windows color (decimal): -8157803 or 9799043. OLE color: 9799043.

HSL color Cylindrical-coordinate representation of color #838595: hue angle of 233.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838595 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131133149-
CMYK0.120.1100.42
HSL233.33º7.83%54.9%-
HSV(B)233.33º12.08%58.43%-
XYZ23.1723.7731.8-
YUV134.23136.34125.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 149 (58.59% from 255) = 36.08%
R=31.72%
G=32.20%
B=36.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311331490.120.1100.42233.337.8354.9
Hex838595CB02Ae9837
Octal20320522514130523511067
Binary100000111000010110010101110010110101010111010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838595; }

 p { color: rgb(131,133,149); }

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

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

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

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

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

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

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