#809396

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

Shades of Submarine #809396

Tints of Submarine #809396

Color information

#809396 (or 0x809396) is unknown color: approx Submarine. HEX triplet: 80, 93 and 96. RGB value is (128,147,150). Sum of RGB (Red+Green+Blue) = 128+147+150=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 150 - color contains mainly: blue. Hex color #809396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809396 is #7F6C69. Grayscale: #8D8D8D. Windows color (decimal): -8350826 or 9868160. OLE color: 9868160.

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

Color convert

RGB128147150-
CMYK0.150.0200.41
HSL188.18º9.48%54.51%-
HSV(B)188.18º14.67%58.82%-
XYZ24.8427.6632.88-
YUV141.66132.71118.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=30.12%
G=34.59%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1281471500.150.0200.41188.189.4854.51
Hex809396F2029bc937
Octal2002232261720512741167
Binary1000000010010011100101101111100101001101111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809396; }

 p { color: rgb(128,147,150); }

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

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

 a { background-color: rgb(128,147,150); }

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

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

 span { border-color: rgb(128,147,150); }

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