#839192

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

Shades of Submarine #839192

Tints of Submarine #839192

Color information

#839192 (or 0x839192) is unknown color: approx Submarine. HEX triplet: 83, 91 and 92. RGB value is (131,145,146). Sum of RGB (Red+Green+Blue) = 131+145+146=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 146 - color contains mainly: blue. Hex color #839192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839192 is #7C6E6D. Grayscale: #8C8C8C. Windows color (decimal): -8154734 or 9605507. OLE color: 9605507.

HSL color Cylindrical-coordinate representation of color #839192: hue angle of 184º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839192 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB131145146-
CMYK0.100.0100.43
HSL184º6.44%54.31%-
HSV(B)184º10.27%57.25%-
XYZ24.6727.1531.13-
YUV140.93130.86120.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 146 (57.42% from 255) = 34.60%
R=31.04%
G=34.36%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451460.100.0100.431846.4454.31
Hex839192A102Bb8636
Octal203221222121053270666
Binary10000011100100011001001010101010101110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839192; }

 p { color: rgb(131,145,146); }

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

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

 a { background-color: rgb(131,145,146); }

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

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

 span { border-color: rgb(131,145,146); }

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