#828599

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

Shades of Manatee #828599

Tints of Manatee #828599

Color information

#828599 (or 0x828599) is unknown color: approx Manatee. HEX triplet: 82, 85 and 99. RGB value is (130,133,153). Sum of RGB (Red+Green+Blue) = 130+133+153=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #828599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828599 is #7D7A66. Grayscale: #868686. Windows color (decimal): -8223335 or 10061186. OLE color: 10061186.

HSL color Cylindrical-coordinate representation of color #828599: hue angle of 232.17º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828599 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130133153-
CMYK0.150.1300.4
HSL232.17º10.13%55.49%-
HSV(B)232.17º15.03%60%-
XYZ23.3423.8233.5-
YUV134.38138.51124.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=31.25%
G=31.97%
B=36.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301331530.150.1300.4232.1710.1355.49
Hex828599FD028e8a37
Octal20220523117150503501267
Binary100000101000010110011001111111010101000111010001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828599; }

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

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

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

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

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

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

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

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