#839497

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

Shades of Submarine #839497

Tints of Submarine #839497

Color information

#839497 (or 0x839497) is unknown color: approx Submarine. HEX triplet: 83, 94 and 97. RGB value is (131,148,151). Sum of RGB (Red+Green+Blue) = 131+148+151=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 151 - color contains mainly: blue. Hex color #839497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839497 is #7C6B68. Grayscale: #8F8F8F. Windows color (decimal): -8153961 or 9933955. OLE color: 9933955.

HSL color Cylindrical-coordinate representation of color #839497: hue angle of 189º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839497 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB131148151-
CMYK0.130.0200.41
HSL189º8.77%55.29%-
HSV(B)189º13.25%59.22%-
XYZ25.5428.2433.38-
YUV143.26132.37119.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=30.47%
G=34.42%
B=35.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311481510.130.0200.411898.7755.29
Hex839497D2029bd937
Octal2032242271520512751167
Binary1000001110010100100101111101100101001101111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839497; }

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

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

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

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

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

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

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

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