#839997

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

Shades of Submarine #839997

Tints of Submarine #839997

Color information

#839997 (or 0x839997) is unknown color: approx Submarine. HEX triplet: 83, 99 and 97. RGB value is (131,153,151). Sum of RGB (Red+Green+Blue) = 131+153+151=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #839997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839997 is #7C6668. Grayscale: #929292. Windows color (decimal): -8152681 or 9935235. OLE color: 9935235.

HSL color Cylindrical-coordinate representation of color #839997: hue angle of 174.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839997 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB131153151-
CMYK0.1400.010.4
HSL174.55º9.73%55.69%-
HSV(B)174.55º14.38%60%-
XYZ26.3429.8433.65-
YUV146.19130.71117.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=30.11%
G=35.17%
B=34.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531510.1400.010.4174.559.7355.69
Hex839997E0128afa38
Octal2032312271601502571270
Binary100000111001100110010111111001101000101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839997; }

 p { color: rgb(131,153,151); }

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

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

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

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

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

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

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