#839596

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

Shades of Submarine #839596

Tints of Submarine #839596

Color information

#839596 (or 0x839596) is unknown color: approx Submarine. HEX triplet: 83, 95 and 96. RGB value is (131,149,150). Sum of RGB (Red+Green+Blue) = 131+149+150=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 150 - color contains mainly: blue. Hex color #839596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839596 is #7C6A69. Grayscale: #8F8F8F. Windows color (decimal): -8153706 or 9868675. OLE color: 9868675.

HSL color Cylindrical-coordinate representation of color #839596: hue angle of 183.16º degrees, saturation: 0.08, 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 #839596 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB131149150-
CMYK0.130.0100.41
HSL183.16º8.3%55.1%-
HSV(B)183.16º12.67%58.82%-
XYZ25.6128.5233.01-
YUV143.73131.54118.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=30.47%
G=34.65%
B=34.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311491500.130.0100.41183.168.355.1
Hex839596D1029b7837
Octal2032252261510512671067
Binary100000111001010110010110110110101001101101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839596; }

 p { color: rgb(131,149,150); }

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

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

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

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

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

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

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