#828493

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

Shades of Manatee #828493

Tints of Manatee #828493

Color information

#828493 (or 0x828493) is unknown color: approx Manatee. HEX triplet: 82, 84 and 93. RGB value is (130,132,147). Sum of RGB (Red+Green+Blue) = 130+132+147=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #828493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828493 is #7D7B6C. Grayscale: #858585. Windows color (decimal): -8223597 or 9667714. OLE color: 9667714.

HSL color Cylindrical-coordinate representation of color #828493: hue angle of 232.94º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828493 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130132147-
CMYK0.120.1000.42
HSL232.94º7.3%54.31%-
HSV(B)232.94º11.56%57.65%-
XYZ22.7223.3530.91-
YUV133.11135.84125.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=31.78%
G=32.27%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301321470.120.1000.42232.947.354.31
Hex828493CA02Ae9736
Octal2022042231412052351766
Binary10000010100001001001001111001010010101011101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828493; }

 p { color: rgb(130,132,147); }

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

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

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

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

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

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

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