#828289

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

Shades of Manatee #828289

Tints of Manatee #828289

Color information

#828289 (or 0x828289) is unknown color: approx Manatee. HEX triplet: 82, 82 and 89. RGB value is (130,130,137). Sum of RGB (Red+Green+Blue) = 130+130+137=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 137 - color contains mainly: blue. Hex color #828289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828289 is #7D7D76. Grayscale: #828282. Windows color (decimal): -8224119 or 9011842. OLE color: 9011842.

HSL color Cylindrical-coordinate representation of color #828289: hue angle of 240º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828289 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130130137-
CMYK0.050.0500.46
HSL240º2.88%52.35%-
HSV(B)240º5.11%53.73%-
XYZ21.722.5226.87-
YUV130.8131.5127.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=32.75%
G=32.75%
B=34.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301301370.050.0500.462402.8852.35
Hex8282895502Ef0334
Octal20220221155056360364
Binary10000010100000101000100110110101011101111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828289; }

 p { color: rgb(130,130,137); }

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

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

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

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

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

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

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