#829799

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

Shades of Submarine #829799

Tints of Submarine #829799

Color information

#829799 (or 0x829799) is unknown color: approx Submarine. HEX triplet: 82, 97 and 99. RGB value is (130,151,153). Sum of RGB (Red+Green+Blue) = 130+151+153=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #829799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829799 is #7D6866. Grayscale: #909090. Windows color (decimal): -8218727 or 10065794. OLE color: 10065794.

HSL color Cylindrical-coordinate representation of color #829799: hue angle of 185.22º 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 #829799 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130151153-
CMYK0.150.0100.4
HSL185.22º10.13%55.49%-
HSV(B)185.22º15.03%60%-
XYZ26.0229.1834.4-
YUV144.95132.54117.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 151 (59.38% from 255) = 34.79%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=29.95%
G=34.79%
B=35.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301511530.150.0100.4185.2210.1355.49
Hex829799F1028b9a37
Octal2022272311710502711267
Binary100000101001011110011001111110101000101110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829799; }

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

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

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

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

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

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

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

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