#889699

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

Shades of Submarine #889699

Tints of Submarine #889699

Color information

#889699 (or 0x889699) is unknown color: approx Submarine. HEX triplet: 88, 96 and 99. RGB value is (136,150,153). Sum of RGB (Red+Green+Blue) = 136+150+153=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #889699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889699 is #776966. Grayscale: #929292. Windows color (decimal): -7825767 or 10065544. OLE color: 10065544.

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

Color convert

RGB136150153-
CMYK0.110.0200.4
HSL190.59º7.69%56.67%-
HSV(B)190.59º11.11%60%-
XYZ26.8129.3534.39-
YUV146.16131.86120.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 150 (58.98% from 255) = 34.17%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=30.98%
G=34.17%
B=34.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361501530.110.0200.4190.597.6956.67
Hex889699B2028bf839
Octal2102262311320502771071
Binary1000100010010110100110011011100101000101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889699; }

 p { color: rgb(136,150,153); }

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

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

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

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

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

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

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