#829596

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

Shades of Submarine #829596

Tints of Submarine #829596

Color information

#829596 (or 0x829596) is unknown color: approx Submarine. HEX triplet: 82, 95 and 96. RGB value is (130,149,150). Sum of RGB (Red+Green+Blue) = 130+149+150=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 150 - color contains mainly: blue. Hex color #829596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829596 is #7D6A69. Grayscale: #8F8F8F. Windows color (decimal): -8219242 or 9868674. OLE color: 9868674.

HSL color Cylindrical-coordinate representation of color #829596: hue angle of 183º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829596 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130149150-
CMYK0.130.0100.41
HSL183º8.7%54.9%-
HSV(B)183º13.33%58.82%-
XYZ25.4628.4433-
YUV143.43131.71118.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 149 (58.59% from 255) = 34.73%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=30.30%
G=34.73%
B=34.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301491500.130.0100.411838.754.9
Hex829596D1029b7937
Octal2022252261510512671167
Binary100000101001010110010110110110101001101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829596; }

 p { color: rgb(130,149,150); }

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

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

 a { background-color: rgb(130,149,150); }

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

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

 span { border-color: rgb(130,149,150); }

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