#828597

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

Shades of Manatee #828597

Tints of Manatee #828597

Color information

#828597 (or 0x828597) is unknown color: approx Manatee. HEX triplet: 82, 85 and 97. RGB value is (130,133,151). Sum of RGB (Red+Green+Blue) = 130+133+151=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 151 - color contains mainly: blue. Hex color #828597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828597 is #7D7A68. Grayscale: #868686. Windows color (decimal): -8223337 or 9930114. OLE color: 9930114.

HSL color Cylindrical-coordinate representation of color #828597: hue angle of 231.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828597 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130133151-
CMYK0.140.1200.41
HSL231.43º9.17%55.1%-
HSV(B)231.43º13.91%59.22%-
XYZ23.1823.7632.64-
YUV134.16137.51125.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 151 (59.38% from 255) = 36.47%
R=31.40%
G=32.13%
B=36.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301331510.140.1200.41231.439.1755.1
Hex828597EC029e7937
Octal20220522716140513471167
Binary100000101000010110010111111011000101001111001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828597; }

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

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

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

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

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

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

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

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