#828591

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

Shades of Manatee #828591

Tints of Manatee #828591

Color information

#828591 (or 0x828591) is unknown color: approx Manatee. HEX triplet: 82, 85 and 91. RGB value is (130,133,145). Sum of RGB (Red+Green+Blue) = 130+133+145=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 145 - color contains mainly: blue. Hex color #828591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828591 is #7D7A6E. Grayscale: #858585. Windows color (decimal): -8223343 or 9536898. OLE color: 9536898.

HSL color Cylindrical-coordinate representation of color #828591: hue angle of 228º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828591 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130133145-
CMYK0.100.0800.43
HSL228º6.38%53.92%-
HSV(B)228º10.34%56.86%-
XYZ22.723.5730.14-
YUV133.47134.51125.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 145 (57.03% from 255) = 35.54%
R=31.86%
G=32.60%
B=35.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301331450.100.0800.432286.3853.92
Hex828591A802Be4636
Octal2022052211210053344666
Binary10000010100001011001000110101000010101111100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828591; }

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

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

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

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

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

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

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

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