#839292

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

Shades of Submarine #839292

Tints of Submarine #839292

Color information

#839292 (or 0x839292) is unknown color: approx Submarine. HEX triplet: 83, 92 and 92. RGB value is (131,146,146). Sum of RGB (Red+Green+Blue) = 131+146+146=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #839292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839292 is #7C6D6D. Grayscale: #8D8D8D. Windows color (decimal): -8154478 or 9605763. OLE color: 9605763.

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

Color convert

RGB131146146-
CMYK0.10000.43
HSL180º6.44%54.31%-
HSV(B)180º10.27%57.25%-
XYZ24.8327.4631.19-
YUV141.51130.53120.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=30.97%
G=34.52%
B=34.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311461460.10000.431806.4454.31
Hex839292A002Bb4636
Octal203222222120053264666
Binary10000011100100101001001010100010101110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839292; }

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

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

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

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

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

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

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

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