#828595

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

Shades of Manatee #828595

Tints of Manatee #828595

Color information

#828595 (or 0x828595) is unknown color: approx Manatee. HEX triplet: 82, 85 and 95. RGB value is (130,133,149). Sum of RGB (Red+Green+Blue) = 130+133+149=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #828595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828595 is #7D7A6A. Grayscale: #858585. Windows color (decimal): -8223339 or 9799042. OLE color: 9799042.

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

Color convert

RGB130133149-
CMYK0.130.1100.42
HSL230.53º8.23%54.71%-
HSV(B)230.53º12.75%58.43%-
XYZ23.0223.6931.79-
YUV133.93136.51125.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=31.55%
G=32.28%
B=36.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301331490.130.1100.42230.538.2354.71
Hex828595DB02Ae7837
Octal20220522515130523471067
Binary100000101000010110010101110110110101010111001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828595; }

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

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

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

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

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

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

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

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