#809D9C

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

Shades of Submarine #809D9C

Tints of Submarine #809D9C

Color information

#809D9C (or 0x809D9C) is unknown color: approx Submarine. HEX triplet: 80, 9D and 9C. RGB value is (128,157,156). Sum of RGB (Red+Green+Blue) = 128+157+156=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 157 - color contains mainly: green. Hex color #809D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809D9C is #7F6263. Grayscale: #949494. Windows color (decimal): -8348260 or 10263936. OLE color: 10263936.

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

Color convert

RGB128157156-
CMYK0.1800.010.38
HSL177.93º12.89%55.88%-
HSV(B)177.93º18.47%61.57%-
XYZ26.9631.136.04-
YUV148.21132.39113.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 157 (61.72% from 255) = 35.60%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=29.02%
G=35.60%
B=35.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281571560.1800.010.38177.9312.8955.88
Hex809D9C120126b2d38
Octal2002352342201462621570
Binary1000000010011101100111001001001100110101100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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