#829899

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

Shades of Submarine #829899

Tints of Submarine #829899

Color information

#829899 (or 0x829899) is unknown color: approx Submarine. HEX triplet: 82, 98 and 99. RGB value is (130,152,153). Sum of RGB (Red+Green+Blue) = 130+152+153=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 153 - color contains mainly: blue. Hex color #829899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829899 is #7D6766. Grayscale: #919191. Windows color (decimal): -8218471 or 10066050. OLE color: 10066050.

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

Color convert

RGB130152153-
CMYK0.150.0100.4
HSL182.61º10.13%55.49%-
HSV(B)182.61º15.03%60%-
XYZ26.1829.534.45-
YUV145.54132.21116.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.89%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=29.89%
G=34.94%
B=35.17%

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
Decimal1301521530.150.0100.4182.6110.1355.49
Hex829899F1028b7a37
Octal2022302311710502671267
Binary100000101001100010011001111110101000101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829899; }

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

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

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

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

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

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

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

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