#828292

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

Shades of Manatee #828292

Tints of Manatee #828292

Color information

#828292 (or 0x828292) is unknown color: approx Manatee. HEX triplet: 82, 82 and 92. RGB value is (130,130,146). Sum of RGB (Red+Green+Blue) = 130+130+146=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #828292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828292 is #7D7D6D. Grayscale: #838383. Windows color (decimal): -8224110 or 9601666. OLE color: 9601666.

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

Color convert

RGB130130146-
CMYK0.110.1100.43
HSL240º6.84%54.12%-
HSV(B)240º10.96%57.25%-
XYZ22.3822.7930.41-
YUV131.82136126.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=32.02%
G=32.02%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301301460.110.1100.432406.8454.12
Hex828292BB02Bf0736
Octal2022022221313053360766
Binary10000010100000101001001010111011010101111110000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828292; }

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

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

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

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

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

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

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

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