#809D9F

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

Shades of Submarine #809D9F

Tints of Submarine #809D9F

Color information

#809D9F (or 0x809D9F) is unknown color: approx Submarine. HEX triplet: 80, 9D and 9F. RGB value is (128,157,159). Sum of RGB (Red+Green+Blue) = 128+157+159=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 159 - color contains mainly: blue. Hex color #809D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809D9F is #7F6260. Grayscale: #949494. Windows color (decimal): -8348257 or 10460544. OLE color: 10460544.

HSL color Cylindrical-coordinate representation of color #809D9F: hue angle of 183.87º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809D9F is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128157159-
CMYK0.190.0100.38
HSL183.87º13.9%56.27%-
HSV(B)183.87º19.5%62.35%-
XYZ27.2231.2137.39-
YUV148.56133.89113.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 157 (61.72% from 255) = 35.36%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=28.83%
G=35.36%
B=35.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281571590.190.0100.38183.8713.956.27
Hex809D9F131026b8e38
Octal2002352372310462701670
Binary1000000010011101100111111001110100110101110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809D9F; }

 p { color: rgb(128,157,159); }

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

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

 a { background-color: rgb(128,157,159); }

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

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

 span { border-color: rgb(128,157,159); }

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