#829193

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

Shades of Submarine #829193

Tints of Submarine #829193

Color information

#829193 (or 0x829193) is unknown color: approx Submarine. HEX triplet: 82, 91 and 93. RGB value is (130,145,147). Sum of RGB (Red+Green+Blue) = 130+145+147=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: blue. Hex color #829193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829193 is #7D6E6C. Grayscale: #8C8C8C. Windows color (decimal): -8220269 or 9671042. OLE color: 9671042.

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

Color convert

RGB130145147-
CMYK0.120.0100.42
HSL187.06º7.3%54.31%-
HSV(B)187.06º11.56%57.65%-
XYZ24.627.131.54-
YUV140.74131.53120.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=30.81%
G=34.36%
B=34.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301451470.120.0100.42187.067.354.31
Hex829193C102Abb736
Octal202221223141052273766
Binary10000010100100011001001111001010101010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829193; }

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

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

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

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

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

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

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

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