#82859D

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

Shades of Manatee #82859D

Tints of Manatee #82859D

Color information

#82859D (or 0x82859D) is unknown color: approx Manatee. HEX triplet: 82, 85 and 9D. RGB value is (130,133,157). Sum of RGB (Red+Green+Blue) = 130+133+157=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #82859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82859D is #7D7A62. Grayscale: #868686. Windows color (decimal): -8223331 or 10323330. OLE color: 10323330.

HSL color Cylindrical-coordinate representation of color #82859D: hue angle of 233.33º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82859D is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130133157-
CMYK0.170.1500.38
HSL233.33º12.11%56.27%-
HSV(B)233.33º17.2%61.57%-
XYZ23.6823.9635.27-
YUV134.84140.51124.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 157 (61.72% from 255) = 37.38%
R=30.95%
G=31.67%
B=37.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301331570.170.1500.38233.3312.1156.27
Hex82859D11F026e9c38
Octal20220523521170463511470
Binary1000001010000101100111011000111110100110111010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82859D; }

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

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

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

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

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

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

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

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