#829395

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

Shades of Submarine #829395

Tints of Submarine #829395

Color information

#829395 (or 0x829395) is unknown color: approx Submarine. HEX triplet: 82, 93 and 95. RGB value is (130,147,149). Sum of RGB (Red+Green+Blue) = 130+147+149=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #829395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829395 is #7D6C6A. Grayscale: #8E8E8E. Windows color (decimal): -8219755 or 9802626. OLE color: 9802626.

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

Color convert

RGB130147149-
CMYK0.130.0100.42
HSL186.32º8.23%54.71%-
HSV(B)186.32º12.75%58.43%-
XYZ25.0627.7832.48-
YUV142.14131.87119.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=30.52%
G=34.51%
B=34.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471490.130.0100.42186.328.2354.71
Hex829395D102Aba837
Octal2022232251510522721067
Binary100000101001001110010101110110101010101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829395; }

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

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

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

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

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

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

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

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