#809999

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

Shades of Submarine #809999

Tints of Submarine #809999

Color information

#809999 (or 0x809999) is unknown color: approx Submarine. HEX triplet: 80, 99 and 99. RGB value is (128,153,153). Sum of RGB (Red+Green+Blue) = 128+153+153=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #809999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809999 is #7F6666. Grayscale: #919191. Windows color (decimal): -8349287 or 10066304. OLE color: 10066304.

HSL color Cylindrical-coordinate representation of color #809999: hue angle of 180º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #809999 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB128153153-
CMYK0.16000.4
HSL180º10.92%55.1%-
HSV(B)180º16.34%60%-
XYZ26.0429.6734.49-
YUV145.52132.22115.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=29.49%
G=35.25%
B=35.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531530.16000.418010.9255.1
Hex809999100028b4b37
Octal2002312312000502641367
Binary1000000010011001100110011000000101000101101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809999; }

 p { color: rgb(128,153,153); }

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

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

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

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

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

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

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