#809496

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

Shades of Submarine #809496

Tints of Submarine #809496

Color information

#809496 (or 0x809496) is unknown color: approx Submarine. HEX triplet: 80, 94 and 96. RGB value is (128,148,150). Sum of RGB (Red+Green+Blue) = 128+148+150=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #809496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809496 is #7F6B69. Grayscale: #8E8E8E. Windows color (decimal): -8350570 or 9868416. OLE color: 9868416.

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

Color convert

RGB128148150-
CMYK0.150.0100.41
HSL185.45º9.48%54.51%-
HSV(B)185.45º14.67%58.82%-
XYZ2527.9732.94-
YUV142.25132.37117.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=30.05%
G=34.74%
B=35.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1281481500.150.0100.41185.459.4854.51
Hex809496F1029b9937
Octal2002242261710512711167
Binary100000001001010010010110111110101001101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809496; }

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

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

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

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

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

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

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

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