#829393

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

Shades of Submarine #829393

Tints of Submarine #829393

Color information

#829393 (or 0x829393) is unknown color: approx Submarine. HEX triplet: 82, 93 and 93. RGB value is (130,147,147). Sum of RGB (Red+Green+Blue) = 130+147+147=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #829393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829393 is #7D6C6C. Grayscale: #8D8D8D. Windows color (decimal): -8219757 or 9671554. OLE color: 9671554.

HSL color Cylindrical-coordinate representation of color #829393: hue angle of 180º 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 #829393 is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130147147-
CMYK0.12000.42
HSL180º7.3%54.31%-
HSV(B)180º11.56%57.65%-
XYZ24.9127.7231.64-
YUV141.92130.87119.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=30.66%
G=34.67%
B=34.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471470.12000.421807.354.31
Hex829393C002Ab4736
Octal202223223140052264766
Binary10000010100100111001001111000010101010110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829393; }

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

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

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

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

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

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

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

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