#82859B

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

Shades of Manatee #82859B

Tints of Manatee #82859B

Color information

#82859B (or 0x82859B) is unknown color: approx Manatee. HEX triplet: 82, 85 and 9B. RGB value is (130,133,155). Sum of RGB (Red+Green+Blue) = 130+133+155=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #82859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82859B is #7D7A64. Grayscale: #868686. Windows color (decimal): -8223333 or 10192258. OLE color: 10192258.

HSL color Cylindrical-coordinate representation of color #82859B: hue angle of 232.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82859B is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130133155-
CMYK0.160.1400.39
HSL232.8º11.11%55.88%-
HSV(B)232.8º16.13%60.78%-
XYZ23.5123.8934.38-
YUV134.61139.51124.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=31.10%
G=31.82%
B=37.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301331550.160.1400.39232.811.1155.88
Hex82859B10E027e9b38
Octal20220523320160473511370
Binary1000001010000101100110111000011100100111111010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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